HTMLLegendElement constructor

HTMLLegendElement()

Creates an HTMLLegendElement using the tag 'legend'.

Implementation

HTMLLegendElement() : _ = document.createElement('legend');