Saturday, August 23, 2014

Assessment 1

Assessment 1


  1. Create a new Web page called "Tables_Assessment.htm" with all the basic HTML tags and save it in your HTML folder.
  2. Add the following content to the <TITLE> tag – “HTML Tables Assessment”
  3. Add a table with three table rows.
  4. Add the caption – “Weekly Activity Schedule”
  5. In the first table row add three table header tags with the following content:
    1. Cell one – Day of Week
    2. Cell two – Activity
    3. Cell three – Start Time
  6. In Row two add the table data cells with the following content:
    1. Cell one – Monday
    2. Cell two – Volley Ball
    3. Cell three – 10 AM
  7. In Row three add the table data cells with the following content:
    1. Cell one – Friday
    2. Cell two – Golf
    3. Cell three – 1PM
  8. Add a blue border to the table
  9. Align all the contents of column one to the left
  10. Align all the contents of column two in the center
  11. Align all the contents of column three to the right
  12. Give the header row a background color of blue
  13. Give the center column in rows two and three a background color of FFFFE0
  14. Copy your completed file onto a floppy disk and give it to your instructor.

0 comments:

Post a Comment