Document Structure Elements

Every XHTML document has three major components the XHTML declaration, the head, and the body. The document structure elements are those that define each component. Declares the document to be an XHTML document. All document content and supporting XHTML code goes between the lt html gt and lt html gt elements. lt html gt lt html gt Attributes The lt html gt element can take the xmlns attribute, which specifies the URL that describes the XML namespace for the document for example, all content...