Copyright © tutorialspoint.com
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.
NONE
<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>
|
To Become more comfortable - Do Online Practice
| 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. |
Copyright © tutorialspoint.com