It is used to contain HTML for browsers that do not support FRAMESET elements.
<NOFRAMES
ID=value
STYLE=css1-properties
TITLE=text
>
Parameter |
Description |
ID |
An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underbar character, "_", may be used in the ID name. The ID should be unique throughout the scope of the document. If more than one object with the same identifier exists in a document, a collection of those named items is created that can only be referenced by ordinal position. |
STYLE |
Specifies an in-line style sheet for the tag. |
TITLE |
Used to provide advisory information. |
<FRAMESET>...
<NOFRAMES>You need Internet Explorer 3.0 to view frames!</NOFRAMES>
</FRAMESET>
This element is a block element. Both the start and end tags are required.