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