Blockquote Object
The Blockquote object represents an HTML <blockquote> element.
Access a Blockquote Object
You can access a <blockquote> element by using getElementById():
Create a Blockquote Object
You can create a <blockquote> element by using the document.createElement() method:
Blockquote Object Properties
| Property | Description |
|---|---|
| cite | Sets or returns the value of the cite attribute of a quotation |
Standard Properties and Events
The Abbreviation object supports the standard properties and events.
