H
Hi !!!
Guest
urgent? Below is the HTML coding for a website...
First is the Index
<html>
<head>
<title>
Index
</title>
</head>
<body>
<frameset rows = "20%,60%,20%">
<frame src = "top.html">
<frameset cols = "30%,70%">
<frame src = "left.html" >
<frame src = "right.html"name="rframe">
</frameset>
<frame src = "bottom.html"name="Bottom">
</frameset>
</body>
</html>
The Second is for the Left Side
<html>
<head>
<title>Left Page</title>
<style>
p{Text-align:justify;color:red}
h1{color:blue}
body{background-color:green}
</style>
</head>
<body>
<p>
The Security Procedures Are Listed Below:
<br>
<a href="Right1.html"target="rframe">
Firewall
</a>
<br>
<a href="Right2.html"target="rframe">
Encryption
</a>
</p>
</body>
</html>
And the others for Right, Top and Bottom are similar as that of left only, with some minor unimportant adjustments...
The output I am getting is a complete blank page... Pls help as fast as possible... I'm already out of time......
First is the Index
<html>
<head>
<title>
Index
</title>
</head>
<body>
<frameset rows = "20%,60%,20%">
<frame src = "top.html">
<frameset cols = "30%,70%">
<frame src = "left.html" >
<frame src = "right.html"name="rframe">
</frameset>
<frame src = "bottom.html"name="Bottom">
</frameset>
</body>
</html>
The Second is for the Left Side
<html>
<head>
<title>Left Page</title>
<style>
p{Text-align:justify;color:red}
h1{color:blue}
body{background-color:green}
</style>
</head>
<body>
<p>
The Security Procedures Are Listed Below:
<br>
<a href="Right1.html"target="rframe">
Firewall
</a>
<br>
<a href="Right2.html"target="rframe">
Encryption
</a>
</p>
</body>
</html>
And the others for Right, Top and Bottom are similar as that of left only, with some minor unimportant adjustments...
The output I am getting is a complete blank page... Pls help as fast as possible... I'm already out of time......