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