NESTED FRAMES IN HTML
<html>
<head>
<title> nested frames </title>
</head>
<frame src="chirag.html" noresize>
<frameset cols="45%,*">
<frame src="demo.html" noresize scrolling=auto>
<frame src="demo1.html" noresize scrolling=no>
</frameset>
</frameset>
<noframes>
<h3>
iiiiiiiiiiiiiiiiiiiiii
</h3>
</noframes>
</html>
No comments:
Post a Comment