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