The
element is a container for all the head elements, which must include a title for the document, and can include scripts, styles, meta information, and more.The <head> element is a container for all the head elements, which must include a title for the document, and can include scripts, styles, meta information, and more. This tag is different from html-heading that identifies the <h1>, <h2>, etc. headings.
References:
- The
<head>article on MDN - Document metadata
headsection on W3.org