HTMLHeadElement constructor
HTMLHeadElement()
Creates an HTMLHeadElement using the tag 'head'.
Implementation
HTMLHeadElement() : _ = document.createElement('head');
Creates an HTMLHeadElement using the tag 'head'.
HTMLHeadElement() : _ = document.createElement('head');