noframes element | noFrames object
[This documentation is preliminary and is subject to change.]
Contains HTML for browsers that do not support FRAMESET elements.
![]() |
Standards information
- HTML 4.01 Specification, Section 16.4.1
HTML information
| Closing Tag | required |
|---|---|
| CSS Display | inline |
DOM Information
Inheritance Hierarchy
Node
noFrames
Element
noFrames
Remarks
Examples
This example uses the NOFRAMES element to specify HTML that is rendered by browsers incapable of displaying frames.
<FRAMESET> <NOFRAMES>You need Internet Explorer version 3.0 or later to view frames!</NOFRAMES> </FRAMESET>
See also
Build date: 3/8/2012
