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.
HTMLQuoteElement
HTMLElement
<blockquote>
<q>
<cite>
Inherits properties from its parent, HTMLElement.
HTMLQuoteElement.cite
A string reflecting the cite HTML attribute, containing a URL for the source of the quotation.
cite
No specific method; inherits methods from its parent, HTMLElement.
© 2005–2023 MDN contributors.Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later. https://developer.mozilla.org/en-US/docs/Web/API/HTMLQuoteElement