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:
- xml declaration
- Document Type Definition (DTD), using a !DOCTYPE tag.
- The opening html tag with an xmlns attribute (XML namespace)