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