Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.1 KB

File metadata and controls

35 lines (21 loc) · 1.1 KB
title HTMLQuoteElement
slug Web/API/HTMLQuoteElement
page-type web-api-interface
browser-compat api.HTMLQuoteElement

{{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}}

Instance properties

Inherits properties from its parent, {{domxref("HTMLElement")}}.

  • {{domxref("HTMLQuoteElement.cite")}}
    • : A string reflecting the cite HTML attribute, containing a URL for the source of the quotation.

Instance methods

No specific method; inherits methods from its parent, {{domxref("HTMLElement")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • The HTML elements implementing this interface: {{HTMLElement("blockquote")}} and {{HTMLElement("q")}}, but not {{HTMLElement("cite")}}.