asp.net.ph

Skip Navigation Links

NOFRAMES Element

HTML Elements


Used to contain HTML for browsers that do not support FRAMESET elements.HTML 4, 4.01. Deprecated

HTML Syntax

Remarks

The NOFRAMES element specifies content that is displayed by browsers that do not know how to display frames. Browsers that can display frames ignore all text in the NOFRAMES tags, unless a file called by a frame tag is missing or unreachable by the browser.

The NOFRAMES element must be used only within a FRAMESET element.

This element is a block element. Both the start and end tags are required.

Members

NOFRAMES Members

Example

<frameset>
   <noframes>
      You need browser versions 3.0 or later in order to view frames!
 </noframes>
</frameset>
See Also

FRAME   FRAMESET   Using Frames and Framesets



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note