The head element collects the document’s metadata.
one title element, intermixed with an optional base element, intermixed with metadata elements
A head element’s start tag may be omitted if the first thing inside the head element is an element.
A head element’s end tag may be omitted if the head element is not immediately followed by a space character or a comment.
interface HTMLHeadElement : HTMLElement {};