HTML Elements
Used to contain HTML for browsers that do not support FRAMESET elements. | HTML 4, 4.01. Deprecated |
HTML Syntax
<noframes
id = value
>
The NOFRAMES element specifies content that is displayed by browsers that do not know how to display frames. Browsers that can display frames ignore all text in the NOFRAMES tags, unless a file called by a frame tag is missing or unreachable by the browser.
The NOFRAMES element must be used only within a FRAMESET element.
This element is a block element. Both the start and end tags are required.
NOFRAMES Members
<frameset>
<noframes>
You need browser versions 3.0 or later in order to view frames!
</noframes>
</frameset>
FRAME FRAMESET Using Frames and Framesets