Lab 3 - HCI 201

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.

You need to understand the material from the previous classes and labs before you can do this lab.

  1. Create a subdirectory called lab3 in your Hci 201 folder. Save your work to the lab3 directory.
  2. Get the source code for deflist.html and save it to the lab3 directory.
  3. Relative URL's - Create two html pages called page1.html and page2.html Each page should have a main heading and a hyperlink to the other page. Ex to link page1 to page2 you would write in page1.html <a href="page2.html">page2</a>
  4. Go to W3schools and learn how to use the table tag. Use this tag and try to create a table similar to the one below. Use your own data.

    Joe Pass Jazz
    Etta James Blues
    Steve Via Shred

  5. Look over Homework1.