HTML and CSS Reference
In-Depth Information
Note
• Even if other browsers do not support the tag and render the contents of a
<noembed> tag, it works in the manner it was designed, given how browsers handle
unknown elements.
<noframes> (No Frame Support Content)
This element is used to indicate alternative content to be displayed on browsers that do not
support frames.
Standard Syntax
<noframes
class="class name(s)"
dir="ltr | rtl"
id="unique alphanumeric identifier"
lang="language code"
style="style information"
title="advisory text">
Alternative content for browsers that do not support frames
</noframes>
HTML 4 Event Attributes
onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown,
onmousemove, onmouseout, onmouseover, onmouseup
Event Defined by Internet Explorer
onreadystatechange
Example
<frameset rows="100,*">
<frame name="nav" src="controls.html">
<frame name="body" src="content.html">
<noframes>
<p> Sorry, this browser does not support frames. </p>
</noframes>
</frameset>
Compatibility
HTML 4, 4.01 (transitional and frameset)
XHTML 1.0 (transitional and frameset)
Firefox 1+, Internet Explorer 2+,
Netscape 2+, Opera 4+, Safari 1+
Notes
• This element should be used within the scope of the frameset element.
• This element has no inclusion under HTML5 because standard frames are not
included in that specification.
Search WWH ::




Custom Search