Create a website RSS feed

The Noframes Element

The noframes Element

Last update on: 08-15-2008
If a user's browser does not support frames (an increasingly rare eventuality these days), the contents of the <noframes> element should be displayed to the user.

In XHTML you must place a <body> element inside the <noframes> element because the <frameset> element is supposed to replace the <body> element, but if a browser does not understand the <frameset> element it should understand what is inside the <body> element contained in the <noframes> element.

<noframes><body>This site makes uses of a technology called frames. Unfortunately the browser you are using does not support this technology. We recommend that you update your browser. We apologize for any inconvenience this causes.</body></noframes>

Working with Frames's lessons:

Introduction To Frames
When To Use Frames
The Frameset Element
The Frame Element
The Noframes Element
Creating Links Between Frames

Banner HomeServices Contact |  ©2009 http://www.iteachweb.net/