4.5. Dividing the screen-display using Frames and Frameset Element
Frames allow a web developer to display more than one HTML document in a browser simultaneously. A document that defines a frameset normally consists of an html element that contains a head element and a frameset element. The <FRAMESET> tag informs the browser that the page contains frames. The frameset element contain attributes cols and
more..