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