One.html
<html><body bgcolor=olive text=white>
<b><center> One</center></b>
</body>
</html>
------------------------------------------------------------------------------------
Two.html
<html><body bgcolor=pink text=white>
<b><center> Two</center></b>
</body>
</html>
-----------------------------------------------------------------------------------
<html>
<frameset rows=30%,*>
<frame src=one.html>
<frame src=two.html>
</frameset>
</frameset>
Output :
*******************************************************
<html>
<frameset cols=30%,35%,*>
<frame src=three.html>
<frame src=four.html>
<frame src=five.html>
</frameset>
</frameset>
Output :
---------------------------------------------------------------------------------
<html>
<frameset rows=35%,*>
<frame src=one.html>
<frameset cols=30%,35%,*>
<frame src=three.html>
<frame src=four.html>
<frame src=five.html>
</frameset>
</frameset>
</html>
Output :
No comments:
Post a Comment