SQL PHP HTML JavaScript articles and free code
 

NoFrames

As we know that some browser doesn't support frames. If you use frames in your html and what if the browser doesn't support frames?? For that HTML has a special tag <NoFrames> ... </NoFrames>.
<NoFrames> ... <NoFrames>:
<NoFrames> holds the text that should be displayed in the browsers that doesn't support frames.

Note: <NoFrames> .. </NoFrames> tags should be present within <Frameset> ... </Frameset> tags.

Example:
<frameset cols="50%,50%">
<frame src="frm1.html">
<frame src="frm2.html">
<noframes>
<body>This browser does not support frames
</body>
</noframes>
</frameset>

Frames in HTML pages
Frames in HTML  | Advantages of Frames  | Disadvantages of Frames  | Nested Framesets  | Frame Tag  | Frame Borders  | Resizable Frames  | Frames with Scrollbars  | NoFrames  | Inline Frame


Discuss this tutorial at forum

List of HTML Tutorials

 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
List of HTML Tutorial
HTML Tags
Color Chart
HTML Calendar
Tags on web page
Web Design
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.