Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

<noframes>

<noframes>
id=value
style=style
title=text
</noframes>

Use to create alternate content for browsers that do not support frames. Browsers that support frames will not display content between the beginning and ending <noframes> tags. You can create a page that is compatible with both browser types by using <noframes>.

Attributes

id=value

Specifies a unique name for the tag. No two tags can have the same id on a single page. The value must begin with a letter followed by any alphanumeric character, a hyphen, an underscore, a colon or a full stop. You use it to reference a unique style for a tag or to manipulate the tag with a script.

style=style

Specifies style information. See Style sheets for more information.

title=text

For information only. Some browsers display the title when you move the mouse over the tag (like a tool tip).