DOCTYPE

The DOCTYPE declaration is a special HTML tag that specifies the type of HTML document that the browser should interpret. It is the first line of an HTML document and is used to tell the browser what version of HTML to use.

Example:

<!DOCTYPE html>