The HTMLQuoteElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like <blockquote> and <q>, but not the <cite> element.
Inherits properties from its parent, HTMLElement.
HTMLQuoteElement.citeA string reflecting the cite HTML attribute, containing a URL for the source of the quotation.
No specific method; inherits methods from its parent, HTMLElement.
<blockquote> and <q>, but not <cite>.