frameset tag includes the following features:
<frameset> tag defines how to divide the window into frames.
The HTML document 1p.html is put into the first column, and the HTML document 2p.html is put into the second column:
|
|
noresize="noresize" to the frame tag.
Add the <noframes> tag for browsers not supporting frames.
| Tag | Description | Tag | Description | |
|---|---|---|---|---|
<frameset> |
Defines a set of frames. | <frame> |
Defines a sub window (frame). | |
<noframes> |
Defines a noframe section for browsers that do not handle frames. | <iframe> |
Defines an inline sub window (frame). |