No Frames:
The<NOFRAMES> tag identifies a section of the HTML file that contains code to be read by frame-blind browsers. The <BODY> tags must be placed with a pair of <NOFRAMES> tags.
Syntax:
<HTML>
<HEAD>
<TITLE>(Page Title)</TITLE>
</HEAD>
<FRAMESET>
(Frame Definitions)
</FRAMESET>
<NOFRAMES>
<BODY>
(Page Layout)
</BODY>
</NOFRAMES>
</HTML>
Last edited by Shanti C; Sep 15th, 2008 at 4:00 am.
Reputation Points: 137
Solved Threads: 162
Posting Virtuoso
Offline 1,641 posts
since Jul 2008