CS 110 Lab 7 - HTML tables and navigation
Objective: learn how to create a navigation structure for a web site and how to use HTML tables.
What to do?
The objective of this lab is to create a personal web site consisting of two pages. The page you created for one of the previous labs will be used as the basis for the first page of your web site. Here is an example of what the first page may look like:

The second page for your personal web site should contain an image gallery. It must correctly use the following elements:
Here is an example of what the second page may look like:

Notice that both pages contain a navigation bar at the bottom, which links the two pages together and also contains an email link. Page 1 contains a link to page 2 and vice versa.
As with the previous lab, it is very strongly recommended that you use external images. In this fashion, you would insert images into your web page without saving local copies on your computer; such images will need to be referred to using a complete URL to the external web site hosting the image. In case if you decide to use a local image, be sure to use a relative URL when referring to the image; in this case you will also need to submit your images together with your HTML file.
Save your work as two separate HTML files.
What to submit?
Use Blackboard Vista to submit the HTML files with your work.