HTMLElement.cite constructor

HTMLElement.cite()

Creates an HTMLElement using the tag 'cite'.

Implementation

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