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