Indicates alternative content to be displayed for browsers that do not support frameset elements.
The noframes element can be used to specify HTML content that should only be visible in browsers that do not support frames, and may contain information for search engines to index the contents of the document.
<frameset rows="110,*" cols="*" border="10px">
<frame src="topFrame.htm" name="topFrame" scrolling="No"/>
<frame src="mainFrame.htm" name="mainFrame"/>
<noframes>
Sorry, you need another browser to view frames.
</noframes>
</frameset>