1. Create a table page called table.html in your cis233da directory
    1. TV or Work Schedule (or something similar)
    2. Use styles (can use a <style> tag in the head if you want) to set borders, background colors fonts etc for the table
    3. use caption, use id & headers, scope, summary, cellspacing,cellpadding
    4. Use rowspan and or colspan
    5. Use some colors, hopefully not as ugly as what your instructor uses
    6. Play with width, align, valign
    7. Use some fancier stuff, like border-radius
    8. Pages must validate
  2. Use a table to do the layout for a page (tablelayout.html) OR you can combine them into ONE table like the class example ( http://www.lampbusters.com/coperni/tableexample.html)
    1. Have three sections. A menu section, either right or left, a title section, and a content section
    2. set border="1" at first, can set it to 0 later
    3. put in a menu (fake if you want) some title, and a bunch of content. You can use different colors for the sections
W3C Button to test XHTML validation