<blockquote>
HTML DOM Blockquote object
Blockquote object
The Blockquote object represents an HTML quote (blockquote) block element.
The <blockquote> tag defines a block quote from another source.
The content of a <blockquote> element is usually displayed as a paragraph with left and right indents.
A Blockquote object is created when each <blockquote> tag in an HTML document is created.
Blockquote Object Properties
Attribute | Description |
---|---|
cite | Sets or returns the value of the cite attribute of a citation |
Standard Properties and Events
Blockquote objects support standard properties and events .
Related articles
HTML Reference Manual: HTML <blockquote> Tag
JavaScript reference: HTML DOM Quote object