WEB SITE WITH FRAMES AND CSS


<html>
<head>
<title>Web site</title>
</head>
<frameset rows=60%,*>
<frameset cols=50%,*>
<frame src=left.html>
<frame src=right.html>
</frameset>
<frame src=bottom.html name=f3>
</frameset>

</html>

<html>
<head>
<title>Web site</title>
</head>
<body bgcolor=pink><h1>left file</h1>
<a href=bottom1.html target=f3>bottom2</a>
</body>

</html>

<html>
<head>
<title>Web site</title>
</head>
<body bgcolor=yellow><h1>right file</h1>
<a href=bottom2.html target=f3>bottom2</a>
</body>
</html>

<html>
<head>
<title>Web site</title>
</head>
<body bgcolor=MAGENTA><h1>BOTTOM file</h1>
</body>
</html>

<html>
<head>
<title>Web site</title>
</head>
<body ><h1 style=color:red;background-color:purple;FONT-FAMILY:ALGERIAN>bottom1 file</h1>
<h2 style=color:BLUE;background-color:GRAY;FONT-FAMILY:"Lucida Handwriting">XII I.T.</h2>
<h3 style=color:WHITE;background-color:RED;FONT-FAMILY:Magneto>BOARD PRACTICAL EXAMINATION</h3>
</body>
</html>

<html>
<head>
<title>BOTTOM2</title>
</head>
<body ><h1 style=color:AQUA;background-color:purple;FONT-FAMILY:ALGERIAN;TEXT-DECORATION:UNDERLINE>bottom2 file</h1>
<h2 style=color:BLUE;background-color:GRAY;FONT-FAMILY:"Lucida Handwriting";TEXT-DECORATION:OVERLINE>I.T. ONLINE EXAM</h2>
<h3 style=color:WHITE;background-color:RED;FONT-FAMILY:Magneto;TEXT-DECORATION:LINE-THROUGH>I.T. PRACTICAL EXAMINATION</h3>
</body>
</html>





No comments:

Post a Comment