Lab 2 - HCI 201

Until you have access to a server, you should e-mail the HTML file to yourself. These machines are used by several classes. You can't be guaranteed that your files will be on the local system.

Each of you must do your own lab. You can get as much help as you like from me or your classmates. Remember you have to turn in all of your labs.

If you were not here last class you will not be able to do this lab. You have to do lab1 first. Go to the course homepage and read through lecture notes 1, HTML tutorials 1 and 2 first before you begin lab 2.

  1. Think of two things that interest you, for example music and astronomy. Use Yahoo and/or Google and find three web sites related to each of your categories. A total of 6 URL's. Create a web page that lists your categories and under each category use hyperlinks to link to the web sites you found. Use one of the heading tags (h2 or h3) for each category and each link should be in a list use an unordered ul list. Also the web page should have a main heading (h1).
  2. An ordered list syntactically works the same as an unordered list. Instead of <ul> use <ol>. The <li> is still used for each list item. Use the ordered list tag to write a web page titled FIVERS. Pick a topic and list in order 5 things about that topic. For example:

    5 favorite bands

    Or 5 bands that annoy you.