Saved Bookmarks
| 1. |
Some browsers do not support frameset. In such a situation which alternative is used. Explain?ORMention how tag can help us. |
|
Answer» It is true, some browsers do not support frameset. In such a situation the container tag<noframes> is the alternative for frameset. It species the content to be shown, if the browser cannot load the frames. The content is given in a body section placed within the<noframes> tag pairs. |
|