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.
Nothing.
Nothing more to add.
Nothing special.
Nothing special.
The Rusk Family . . . "the Legend
Continues"
All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:46 -0500
URL: ./htmlgd/tagnofra.html