` tag defines a block quotation from another source. The content of a `` element is typically displayed as an indented paragraph on the left and right sides. A Blockquote object is created for each `` tag in an HTML document. * * * ## Blockquote Object Properties | Property | Description | | --- | --- | | (#) | Sets or returns the value of the cite attribute of a quotation | ## Standard Properties and Events The Blockquote object supports standard (#) and (#). * * * ## Related Articles HTML Reference: [HTMLTag](#) JavaScript Reference: (#)
Dom Obj Blockquote
# HTML DOM Blockquote Object
* * *
## Blockquote Object
The Blockquote object represents an HTML blockquote element.
The `
YouTip