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