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.
- Create a subdirectory called lab3 in your Hci 201 folder. Save your work to the lab3 directory.
- Get the source code for deflist.html and save it to the lab3 directory.
- Add two more definitions to deflist.html
- Use the strong tag and make each term not the definition bold. See Html Tutorial 7.
- Use the font tag (See Html Tutorial 7) to change the color of the terms to blue. Not the definition just the terms. Keep the face boldface. To keep the terms bold nest the font tag within the strong tag or vice versa.
- Use the
face
attribute with the font
tag and change the font face to another font. See Html Tutorial 7. Examples 1 and 2.
- 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
page2
- 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 |
- Look over Homework1.