Table of Contents

HTML - Head Element (Document Metadata)

About

The head 1) is the element that contains the html metadata.

The most known are:

DOM Accessors

The document property document.head returns the head element.

Library