Lab 11: Web Pages

Due Tuesday, November 7


For this assignment, instead of placing something named labsomething 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. A 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.
Feel free to use any method you like to make the webpage, and CSS or whatever you happen to know.