Document Type Declaration

Every web page must declare a document type, or “DOCTYPE”. This line of code begins an HTML document and tells a validator what version of HTML or XHTML to use when checking the syntax and structure of the document for errors. Doctype declarations, known as DTDs, go at the very beginning of your document, above […]