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