blockquote element | blockQuote object
[This documentation is preliminary and is subject to change.]
Sets apart a quotation in text.
![]() ![]() |
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
- HTML 4.01 Specification, Section 9.2.2
HTML information
| Closing Tag | required |
|---|---|
| CSS Display | block |
DOM Information
Inheritance Hierarchy
Node
Element
HTMLElement
blockQuote
Remarks
Examples
This example uses the BLOCKQUOTE element to set off a quotation that renders as indented text.
<P>He said, <BLOCKQUOTE>"Hi there!"</BLOCKQUOTE>
See also
Build date: 3/8/2012
Horrible example code - please use standards!
Please close all your tags and ensure they are in lower case.
<p>He said,
<blockquote>"Hi there!"</blockquote>
</p>
<p>He said,
<blockquote>"Hi there!"</blockquote>
</p>
- 2/3/2010
- unique_username

