- Create a table page called table.html in your cis233da directory
- TV or Work Schedule (or something similar)
- Use styles (can use a <style> tag in the head if you want) to set borders, background colors fonts etc for the table
- use caption, use id & headers, scope, summary, cellspacing,cellpadding
- Use rowspan and or colspan
- Use some colors, hopefully not as ugly as what your instructor uses
- Play with width, align, valign
- Use some fancier stuff, like border-radius
- Pages must validate
- 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)
- Have three sections. A menu section, either right or left, a title section, and a content section
- set border="1" at first, can set it to 0 later
- put in a menu (fake if you want) some title, and a bunch of content. You can use different colors for the sections