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
- Center both lists, but leave everything else left-justified.
- Using the
<BASEFONT> and
<FONT> tags...
- Make the basefont size 6 and insert the following HTML
codes somewhere in your document:
<FONT SIZE=+2>...</FONT>
<FONT SIZE=+1>...</FONT>
<FONT SIZE=-2>...</FONT>
<FONT SIZE=-1>...</FONT>
<FONT SIZE=4>...</FONT>
and observe the results.
- Change the basefont size to 2 and observe the results.
Notice anything?
- Change the color of your lists.
- From the lists you created...
- Create a link from the one entitled "Bottom of this Page" that
brings the user to the list at the bottom of the page.
- 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.
- Create or use another web page.
- 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.
- In your second web page, create a link which transfers the
user to the last paragraph on your first web page.