all about frameset
Posted: Sat Sep 03, 2011 2:15 pm
hi everyone 
i will be going to teach you how to divide the screen of your window using frameset
you can remove this <body></body> in your html code
thanks i hope you'll understand my tutorial.

i will be going to teach you how to divide the screen of your window using frameset
you can remove this <body></body> in your html code
Code: Select all
they are 2 attribute of frameset. These are the following attributes:
<frameset cols="*,*">
<frame src="1.html"/>
<frame src="2.html"/>
</frameset>
- cols - for dividng the window into column
- rows - for dividng the window into rows
thanks i hope you'll understand my tutorial.