Saved Bookmarks
| 1. |
Differentiate <FRAME>, <FRAMESET> and <NOFRAME> tags. |
|
Answer» 1. <FRAMESET> tag is used to divide the window more than one pane. It has no body section. 2. <FRAME> It specifies the pages within a frameset. 3. <NOFRAME> <NOFRAME> tag is used to give content when some browser that does not support frameset. |
|