files/en-us/web/api/htmlquoteelement/index.md
{{APIRef("HTML DOM")}}
The HTMLQuoteElement interface provides special properties and methods (beyond the regular {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating quoting elements, like {{HTMLElement("blockquote")}} and {{HTMLElement("q")}}, but not the {{HTMLElement("cite")}} element.
{{InheritanceDiagram}}
Inherits properties from its parent, {{domxref("HTMLElement")}}.
cite HTML attribute, containing a URL for the source of the quotation.No specific method; inherits methods from its parent, {{domxref("HTMLElement")}}.
{{Specifications}}
{{Compat}}