XHTML Starter Page

Use View Page Source.. to see this document's structure.

The first three elements in the page define it as an XHTML document. They are:

  1. xml declaration
  2. Document Type Definition (DTD), using a !DOCTYPE tag.
  3. The opening html tag with an xmlns attribute (XML namespace)