You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title>Frame practical</title>
</head>
<frameset rows="*,50%,*">
<frame src="header.html" scrolling="auto" margin="100px" />
<frameset cols="45%,50%">
<frame src="left.html" scrolling="auto" margin="100px" />
<frame src="right.html" scrolling="auto" margin="100px" />
</frameset>
<frame src="footer.html" scrolling="auto" margin="40px" />
</frameset>
<body bgcolor="yellow"></body>
This is left Frame
<center><h1>Header here</h1></center>
<body bgcolor="pink"></body>
This is right Frame
<b><center>This is footer</center></b>
</html>

You might also like