[Top] -- HTML Documentation Table of Contents

Frames
(Define and manipulate specific regions of the screen)

No notation:
3.0:
HTML 2.0
HTML 3.0 tag
N1.0:
N1.1:
N2.0:
Netscape extension with Navigator 1.0
Netscape extension with Navigator 1.1
Netscape extension with Navigator 2.0

N2.0Frame Document (instead of <body>)
<frameset></frameset>
N2.0Row Heights (pixels or %)
<frameset rows=,,,></frameset>
N2.0Row Heights (*=relative size)
<frameset rows=*></frameset>
N2.0Column Widths (pixels or %)
<frameset cols=,,,></frameset>
N2.0Column Widths (*=relative size)
<frameset cols=*></frameset>
N2.0Define Frame (contents of an individual frame)
<frame>
N2.0Display Document
<frame src="url">
N2.0Frame Name
<frame name="***"_blank>
<frame name="***"_self>
<frame name="***"_parent>
<frame name="***"_top>
N2.0Margin Width (left and right margins)
<frame marginwidth=?>
N2.0Margin Height (top and bottom margins)
<frame marginheight=?>
N2.0Scrollbar
<frame scrolling="yes">
<frame scrolling="no">
<frame scrolling="auto">
N2.0Not Resizable
<frame noresize>
N2.0Unframed Content (for non-frames browsers)
<noframes></noframes>
[Top] -- HTML Documentation Table of Contents