*
Web Authoring and Publishing
Assignment 3 *

Lists and Tables

  1. Correct any errors from Assignment 2.

  2. Create a new web page for this assignment in your W: called tables.htm.

  3. Create an external style sheet for this assignment in your W: called tables.css.

  4. Put a link to Assignment 3 on your index page to make it easy for your instructor to find.

  5. Using header tags, divide your page into three parts: Basic Lists, Definition Lists, Tables.

  6. Create an unordered list of days of the week from Monday through Friday.

  7. Under each day of the week, create an ordered list of the classes you currently attend on that day. This will make your list a nested list.

  8. Create a definition list to include the following table tags: table, tr, td, th, colgroup, col, thead, tbody, tfoot. Include your own description of what each of these tags does.

  9. Style both your lists using a combination of list attributes and CSS. Include color.

  10. Create a table of your week by hour. Days of the week should be columns. Rows should be one hour time blocks to reflect 24 hours. Use short descriptions as cell data: for example "class", "study", "sleep" etc. Use colspan and rowspan attributes in parts of the table.

  11. Create a header and footer for your table. One of these should contain an image.

  12. Style your table using a combination of table attributes and CSS.

Grading

This assignment will be graded on the web. There is nothing to hand in.

*
This page maintained by bobh@hesston.edu