Monday, 14 March 2016
Sunday, 13 March 2016
Class 7 - Creating Frames
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 :
Monday, 11 January 2016
Wednesday, 9 December 2015
Monday, 7 December 2015
Subscribe to:
Posts (Atom)


