Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML DOM Blockquote object


May 06, 2021 JavaScript with HTML DOM Reference book


Table of contents


HTML DOM Blockquote object


Blockquote object

The Blockquote object represents an HTML reference block element.

The label definition is extracted from a block reference from another source.

The contents of an element are usually presented as a paragraph indented on the left and right sides.

A Blockquote object is created when each of the labels in the HTML document is created.


Blockquote object properties

Property Describe
cite Set or return a referenced cite property value

Standard properties and events

Blockquote objects support standard properties and events.


Related articles

HTML Reference Manual: HTML slt;blockquote

JavaScript reference: HTML DOM Quote object