3.Divide the web page as follows:
3.Divide the web page as follows:
programig code;-
<!doctype html>
<html>
<head>
<title>frames</title>
</head>
<Frameset rows="90%,10%" >
<frameset cols="10%,90%">
<frame src="a.html"> //here a.html is my file name
<frame src="b.html"> //b.html is also a file name
</frameset>
<frame src="c.html"> //c.html also file name
</frameset>
</html>
output:-
Comments
Post a Comment