Tag: "HTML"

XHTML Requirements

XHTML, the latest revision of HTML, adds another required element to your Web pages: the < !DOCTYPE> tag. This tag appears at the top of the file and identifies the file as an HTML document conforming to the XHTML requirements. If you were to create an XHTML-conforming document, it would look like the following: