The noframes Element
Last update on: 08-15-2008If 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 FramesWhen To Use Frames
The Frameset Element
The Frame Element
The Noframes Element
Creating Links Between Frames

