RuskFamily.com ... the Legend Continues Practice Page
| Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

<NOFRAMES></NOFRAMES>

Displays content if FRAME can't be done


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 | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

Michael T. Rusk
Comments to author: mike@ruskfamily.com

All contents copyright © 1996-2001 Michael T. Rusk
All rights reserved.

Valid HTML 4.01!   Valid CSS!

Revised: Sunday, December 30, 2007 11:06 -0500
URL: ./htmlgd/tagnofra.html