HTMLElement.hgroup constructor

HTMLElement.hgroup()

Creates an HTMLElement using the tag 'hgroup'.

Implementation

HTMLElement.hgroup() : _ = document.createElement('hgroup');