Saved Bookmarks
| 1. |
Differentiate <frame> and <frameset> tags. |
|
Answer» The <frameset> tag defines the frame sections and the <frame> tag specifies the pages to be loaded in each frame
Eg: <FRAMESET Cols=“50%,*”> |
|