Lab 8 - lists

Lab 8 objective

In this assignment you will revise your index page.
You will also make a revised version of your lab 7. Your revised lab 8 page will add more information related to your topic, including lists.

Revisions

Make a copy of your lab7.html page. Rename the copy to lab8.html
Put the links from the top of the page to the sections of the page into an ordered list.
In the section on the state or country, create a definition list with dates in the <dt>   </dt> container, and corresponding events in the <dd>   </dd> container (If you do not like dates, put something else in your definition list).
In the section on park or area of interest, create an unordered list, giving points of interest to see in the park or area of interest.
At the bottom of the Lab 8 page put a copyright symbol, followed by your name. Review character entities to see how to do the copyright symbol.
Fit these things into your page and organize the page so it all works well together.

index page revisions

Revise your index.html page, so the links to all your lab pages are in an unordered list. Each entry should be a link to the corresponding lab page.
It should look somewhat like the following list.
Use an image for the item marker. Draw or find your own. Do not use my arrow-small.gif
This list does not actually link to anything, yours should have links.

  • A first page
  • Martha Washington
  • Martha Washington (revised)

Remember to add links between your new lab8.html page and your index.html page.