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