You are here:  NetStrider » Tutorials » HTMLRef » Frames » NOFRAMES «
<NOFRAMES> Command

Command Syntax:

<NOFRAMES>
  <BODY>
    Alternate Non-Framed HTML Code
  </BODY>

</NOFRAMES>

Provides a container for alternate non-framed HTML Code within a framed HTML Document.  Browsers which are not frames capable will ignore all defined framesets and load the code contained within the defined Noframes Document Segment.  This document segment should contain a normal HTML Document <BODY></BODY> Segment.

The command requires no parameters.

See also:  <FRAMESET>, <FRAME>, <IFRAME>.

Example:
<NOFRAMES>
  <BODY>
    Alternate Non-Framed HTML Code
  </BODY>
</NOFRAMES>
            
The noframes segment contains the HTML Document Body Segment.  This segment contains HTML code which low-end browsers, incapable of interpreting frames, will load and display as an alternate to the framed document.  Any parameters set within the <BODY> command will define global display properties of the non-framed page.  These are ignored when the framed document is loaded since each frame contains HTML source code independent of all other frames.
Return to Section E:H

HTML Reference Guide Table of Contents.
Author: Randy D. Ralph.  In place February 23, 1999.  Copyright © 1999 - 2002 NetStrider.  Presented as a public service.