HTMLHeadElement constructor

HTMLHeadElement()

Creates an HTMLHeadElement using the tag 'head'.

Implementation

HTMLHeadElement() : _ = document.createElement('head');