HTML Home
HTML Tags Reference
Selected Reading
© 2011 TutorialsPoint.COM
|
HTML <noframes> tag
Function:
The HTML <noframes> tag is used to handle the browsers which do not support <frame> tag. This tag is used to display alternate text message.
Difference between HTML and XHTML:
NONE
Example:
<frameset cols="200, *">
<frame src="/html/menu.htm" name="menu_page" />
<frame src="/html/main.htm" name="main_page" />
<noframes>
Sorry your browser does not support farme technology.
</noframes>
</frameset>
|
Online Practice:
To Become more comfortable - Do Online Practice
Attributes:
Attribute | Description |
class | Document wide identifier |
dir | Specifies the direction of the text |
id | Document wide identifier |
title | Specifies a title to associate with the element. |
style | Helps to include inline casecadubf style sheet. |
lang | Sets the language code. |
xml:lang | Sets the language code. |
|
|
|