After building the: Content, navigation and noframes pages, you are ready to set up your frameset document.
The frameset document is the layout of where the frames go, the size of the frames and what is contained in each frame.
The tags and attributes below are used to develop a frameset document.
Tag Or Attribute
Description
<FRAMESET>
and
</FRAMESET>
Establishes frame layout.
BORDER="#"
Specifies width of border for all contained frames. Value is in pixels.
BORDERCOLOR="color"
Specifies color
for contained frames.
FRAMEBORDER="#"
Specifies border (1)
or No Border (0)
FRAMESPACING="#"
Specifies space between
frames in pixels.
COLS="#, #"
Specifies column dimensions
in pixels, percentage
or in terms of
remaining space.
Continuing on, I will show step by step, just how to create this frameset document and combine all three HTML documents.