Тег NOFRAMES
NOFRAMES
<NOFRAMES
ID=string
STYLE=cssl-properties
TITLE=string
>
Used to contain HTML for browsers that do not support FRAMESET tags.
- ID=
- An SGML identifier used as the target for hypertext links or for naming
particular elements in associated style sheets. Valid names to script with are
any alphanumeric string that begins with a letter. Valid special characters
include underbar "_".
- STYLE=
- Specifies an in-line style sheet for the tag.
- TITLE=
- The Title attribute is used to provide advisory information.
This element is a block element.
Both the start and end tags are required.
Example
<FRAMESET>
<NOFRAMES>You need Internet Explorer 3.0 to view
frames!</NOFRAMES>
</FRAMESET>