Homework 11: Web Pages

Due Friday, April 26, at 9:00 AM


For this assignment, instead of placing something named homeworkX in your home directory, you will place a webpage on the Internet. Make a directory called public_html in your home directory to create a web page, and place your web page in a file called "index.html" inside this directory. The webpage does not have to be about any topic in particular, but must at a minimum have:
  1. A title set for the page
  2. Use of either bold or italic
  3. An link to another website
  4. A picture, which must be located on the same server as your webpage.
  5. Use of some tag we have not discussed in class. You can use w3schools to find one.