CS006: Introduction to the World Wide Web



A simple webpage

Your goal for this lab is to make a simple personal webpage. It should provide the reader with some basic information about your hobbies, but be careful with personal information! Once something is on the internet, it is there forever!

There are four requirements:

  1. You must use the following HTML tags:
  2. The background color of your webpage must not be white.
  3. You must also include two images. (This is what the img tag does.) One of the images will be a picture stored in your public_html directory. The other image will be stored on a foreign server, for example wikipedia. This picture should also be a link. When you click on the picture, it takes you to the page where you found it.
  4. At the bottom of your page should be the following code:
    <hr>
    This page was created for the <a href="izbicki.me/public/cs/cs006">cs006 course</a> at UC Riverside. 
    
    You should place this code at the bottom of every web page you create in this class.

When you're done, make sure to get checked off by the TA.