head property

HTMLHeadElement? get head

The document <head> element.

Implementation

web.HTMLHeadElement? get head => web.document.head;