Exercise Time! 5


Create a web page which is so long that, when displayed, requires you to scroll your browser to see the bottom of the page. At the top of the page create a list which looks like the following:

  • Next Page
  • Bottom of this Page
  • At the bottom of the page, create a similar list:
  • Top of this Page
  • Next Page

    1. Center both lists, but leave everything else left-justified.

    2. Using the <BASEFONT> and <FONT> tags...
      1. Make the basefont size 6 and insert the following HTML codes somewhere in your document:
        1. <FONT SIZE=+2>...</FONT>
        2. <FONT SIZE=+1>...</FONT>
        3. <FONT SIZE=-2>...</FONT>
        4. <FONT SIZE=-1>...</FONT>
        5. <FONT SIZE=4>...</FONT>
        and observe the results.
      2. Change the basefont size to 2 and observe the results.

      Notice anything?

    3. Change the color of your lists.

    4. From the lists you created...
      1. Create a link from the one entitled "Bottom of this Page" that brings the user to the list at the bottom of the page.
      2. Create a link from the list item entitled "Top of this Page" that brings the user to the list at the top of the page.

    5. Create or use another web page.
      1. In your first web page, in the list items that are entitled "Next Page", make a link such that when the user clicks on "next page", the user goes to the second web page you just created.
      2. In your second web page, create a link which transfers the user to the last paragraph on your first web page.