HTMLElement.em constructor

HTMLElement.em()

Creates an HTMLElement using the tag 'em'.

Implementation

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