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