HTMLOutputElement constructor

HTMLOutputElement()

Creates an HTMLOutputElement using the tag 'output'.

Implementation

HTMLOutputElement() : _ = document.createElement('output');