HTMLInputElement constructor

HTMLInputElement()

Creates an HTMLInputElement using the tag 'input'.

Implementation

HTMLInputElement() : _ = document.createElement('input');