HTMLOptionElement constructor

HTMLOptionElement()

Creates an HTMLOptionElement using the tag 'option'.

Implementation

HTMLOptionElement() : _ = document.createElement('option');