Index.html
<html>
<head>
<title>index</title>
</head>
<frameset cols="20%,80%">
<frame src="left.html">
<frameset rows="20%,80%">
<frame src="Rtop.html">
<frame src="Rbottom.html",src="" name="OP">
</frameset>
</html>
Blue.html
<html>
<head>
<title>blue</title>
</head>
<body bgcolor=blue></body>
</html>
Red.html
<html>
<head>
<title>blue</title>
</head>
<body bgcolor=red></body>
</html>
Green.html
<html>
<head>
<title>blue</title>
</head>
<body bgcolor=green></body>
</html>
Brown.html
<html>
<head>
<title>blue</title>
</head>
<body bgcolor=brown></body>
</html>
White.html
<html>
<head>
<title>blue</title>
</head>
<body bgcolor=white></body>
</html>
left.Hhml
<html>
<head>
<title>Rbottom</title>
</head>
<body>
</body>
</html>
Rbottom.html
| <html> | |
| <head> | |
| <title>Rbottom</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |



No comments:
Post a Comment