HTMLElement.mark constructor

HTMLElement.mark()

Creates an HTMLElement using the tag 'mark'.

Implementation

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