Frames | Frame Set Hints
Next

Exercise: Frame Set Hints

Start with the HTML code for Example 2 in this chapter. Save the code listing shown for that example in a file called homeframe.html. Modify the new file as follows:

  1. Decide whether you want your table of contents to appear in the left frame or the right frame.

  2. Modify the percentages allowed for each of the two columns of your frame set, depending on how much width you want to allow for each frame.

  3. Create two frame tags, one for the toc frame and one for the display frame. Have these load files named toc.html and display.html, respectively.

  4. Name the display frame so it can be targeted later.
Next