head property

HeadElement head
getter/setter pair

Implementation

HeadElement head =
    document.head ?? document.createElement('head') as HeadElement;