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
|
Other sources
- Beginning XHTML; Frank Boumphrey, CG, DR, JR, SS, TW - 7 Frames
- Frame-eksempel -
- The Web Wizard's Guide to Dreamweaver; James G. Lengel - Chapter 6, Formatting pages, Frames