Webpages Done Right: XHTML (The Extensible HyperText Markup Language) & CSS (Cascading Style Sheets)
by Daniel Reich (Fall 2006)

Below you will find two example webpages. One is XHTML 1.0 Transitional compliant and the other is XHTML 1.0 Strict compliant. The transitional one uses XHTML to define both the content and style of the page while the strict one uses XHTML to define the content and CSS to define the style. Having a strict separation between content and style is ideal and that is why you should use CSS. Additionally, CSS provides many possibilities in presentation that would be impossible to achieve with XHTML alone. Hopefully the examples below will help you build a wonderful webpage of your own. To see an example of some unbelievable CSS, check out csszengarden.

XHTML Example Pages:

CSS Example Pages:

http://math.arizona.edu/~swig/documentation/xhtml_css/index.php
Last modified: Thu, 06 Mar 2008 12:26:37 -0700
E-mail: swig@math.arizona.edu
Valid XHTML 1.0! Valid CSS!