files/en-us/web/html/reference/elements/head/index.md
The <head> HTML element contains machine-readable information ({{glossary("metadata")}}) about the document, like its title, scripts, and style sheets. There can be only one <head> element in an HTML document.
[!NOTE]
<head>primarily holds information for machine processing, not human-readability. For human-visible information, like top-level headings and listed authors, see the {{HTMLElement("header")}} element.
This element includes the global attributes.
profile {{deprecated_inline}}
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Document title</title>
</head>
</html>
{{Specifications}}
{{Compat}}
<head>: