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