Headings: [Skip]

Web-Design Tutorials by Dr Sam

CSS for Tables

Menu [Skip]

four square table

Tasks

1. Play with XHTML Attributes for Tables

2. Play with CSS for Tables

  • Add CSS to your XHTML table.
  • Refer to any standard resource to find the styles' syntax.
  • Again, let the W3C be your very own teacher as you experiment.
    • Run your work through the W3C CSS Validation Service. It will tell you when your work is faulty. It will congratulate you when your work is errorless, valid.
    • Remember that your XHTML must be valid first, before the W3C will check your CSS.
    • Help.

      Review this earlier tutorial.

3. Then, Learn about XHTML Transitional

  • It should be easy for you after this discipline with XHTML-strict, because XHTML-transitional allows many of the deprecated elements as you will see in our next tutorial.
  • XHTML Transitional.