frame-tag

       With frames the browser window can be split into several smaller windows, all containing XHTML documents. An example:

<frameset cols="30%,55%,15%">
  <frame src="menu.html">
  <frame src="main.php">
  <frame src="fun.html">
</frameset>
       The frameset tag surrounds a number of frames, and say whether these should be split vertically into columns or horizontally into rows or both. It is also said what width/height these frames should have.
       The frame tag surrounds a single XHTML page.
       Note that you can also put framesets within framesats - e.g. one frameset can handle the horizontal, and another the vertical.

Concept last updated: 07/10 2003.

Relations

is a kind of

Other sources

Formatteringssprog frame-tag FTP

Libellus