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