
The Complete Idiot's HTML Tag Reference
| Index
| Previous Tag: <NOEMBED>
| Next Tag: <NOLAYER>
|
<NOFRAMES>
Specifies text that will be displayed by a browser that doesn't support frames.
Support:
-
Notes:
- This tag requires the </NOFRAMES> end tag.
Attributes:
- CLASS
= "Text"
The style sheet class used by the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
4.0 and later |
Not supported |
4.0 and later |
Notes:
-
You can specify two or more classes; be sure to separate each class name with a space.
- ID
= "Text"
An alphanumeric string that uniquely identifies the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
4.0 and later |
Not supported |
4.0 and later |
Notes:
-
Although you can use letters and numbers for the ID, the first character must be a letter.
- LANG
= "Text"
The language used by the tag's attribute values and text content.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
4.0 and later |
Not supported |
Not supported |
- STYLE
= "Text"
The style or styles to use with the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
4.0 and later |
Not supported |
4.0 and later |
Notes:
-
If you enter multiple style properties, separate each one with a semi-colon (;).
Example:
<FRAMESET ROWS="25%,75%">
<FRAME SRC="1.htm" NAME="Upper">
<FRAME SRC="2.htm" NAME="Lower">
<NOFRAMES>
Your incredibly ancient browser doesn't support frames!
</NOFRAMES>
</FRAMESET>
| Index
| Previous Tag: <NOEMBED>
| Next Tag: <NOLAYER>
|
|