|Home| |Creating Links| CSS| |Tables| Forms| |Copyright| |Frames| |Graphics

Frames

A frameset is a group of pages that display on a single page in different places. An example would be a navbar on the left, a main window at the right, and another window at the top. Often times, this makes sites easier to read. But it can also make them harder to follow.

Targeting is the practice of coding a specific page to load inside a specific frame. For example, you may have 3 pages with a framed index page. You could code the link for Page 1 to load in the main frame by setting the main frame as its target.

Frames are no longer recommended by the W3C. Partly this is because it's easy to "get lost" in frames, but also because through the use of tables and divisions, one can easily arrange things on a page to look nicer, be easier to read, and easier to print. Making a page this way, instead of in frames, makes it easier to bookmark the exact page you wish to view later.


Questions:


Page modified on November 25, 2008
Page modified by Tim Schoon