<NOFRAMES></NOFRAMES>

Displays content if FRAME can't be done


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


Element used to enclose the part of a page that a browser should display if it can't or doesn't understand frames.

   <html>
        <head>
        <title>An unseen page that defines frames</title>
        </head>
        <frameset frameborder="0" framespacing="0" border="0" rows="*">
          <frameset frameborder="0" framespacing="0" border="0" cols="135,*">
            <frame name="LeftSide" src="leftside.htm" scrolling="auto" marginheight="2" marginwidth="2">
            <frame name="RightSide" src="rightside.htm" scrolling="auto" marginheight="5" marginwidth="5">
          </frameset>
==>>        <noframes>
         <body>
             .
             .
          </body>
==>>        </noframes>
       </frameset>
        </html>

If you have a browser capable of doing frames then it will recognize all the tags and ignore the stuff in the noframes section while it does the frames. A browser that doesn't understand frames will disregard all that stuff and just do the things that are between the noframes tags.

HTML 3.2 Draft

Nothing.

Netscape

Nothing more to add.

Microsoft Internet Explorer

Nothing special.

Internationalization

Nothing special.


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


The Rusk Family . . . "the Legend Continues"

Michael T. Rusk
Comments to author: mrusk@radix.net

All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.

Revised: December 03, 1997 10:46 -0500
URL: ./htmlgd/tagnofra.html