DOCTYPE

Version (X)HTML. Tells a validator which version of HTML to use in checking the document's syntax.
The doctype declaration should be the very first thing in an HTML document, before the <html> tag.

Example
<!DOCTYPE html>