CS 110 Lab 6 - Images and Links
Objective: learn how to use images and links in HTML.
What to do?
Create a simple HTML page that contains some basic information about yourself (or any other person, real or fictional). Your HTML page must correctly utilize the following HTML features:
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.
Below is an example of an HTML page that meets these requirements:

Save your work as an HTML file.
Due date
No later than 11:55 pm on October 20, 2007.
What to submit?
Use Blackboard Vista to submit the HTML file with your work.