HTMLElement.tt constructor

HTMLElement.tt()

Creates an HTMLElement using the tag 'tt'.

Implementation

HTMLElement.tt() : _ = document.createElement('tt');