HTMLElement.u constructor

HTMLElement.u()

Creates an HTMLElement using the tag 'u'.

Implementation

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