The NOFRAMES element defines a container for non frame-based rendering.
The content of the NOFRAMES element must contain a BODY element.
<noframes>
<body>
<p>Alternate content</p>
</body>
</noframes>
Example
The blue parts are displayed by the browsers that do not support frames.