head property

HTMLHeadElement? get head

The head read-only property of the Document interface returns the head element of the current document.

Implementation

external HTMLHeadElement? get head;