Monday, July 9, 2007

DOCTYPEs

In order to validate an XHTML document, a Document Type Declaration (or DOCTYPE) may be used. A DOCTYPE declares to the browser which Document Type Definition (DTD) the document conforms to. A Document Type Declaration should be placed before the root element.

Source: http://en.wikipedia.org/wiki/XHTML

No comments: