HTML Frames :
CREATING A FRAMESET








As stated on the previous page, a frameset is simply an HTML document that tells the browser how to divide the screen into split windows.

If the frameset looked like this:

 


The code would be:
<frameset cols="120,*">
</frameset>


The screen is divided into two coloumns.
The left being 120 pixels and the right using the rest of the screen (indicated by the *).

The frame windows would have no names, so the frameset really couldn't be used for any purpose.

Proceed to learn how to add names and default pages that load into your frame windows...

 << PREVIOUS
READ MORE >>  
















DEVELOPER TIP!





     "Better Than Books - As Easy As It Gets!"