2 out of 4 rated this helpful - Rate this topic

blockquote element | blockQuote object

[This documentation is preliminary and is subject to change.]

Sets apart a quotation in text.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5HTML 4.01 Specification, Section 9.2.2

Standards information

HTML information

Closing Tagrequired
CSS Displayblock

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

q

 

 

Build date: 3/8/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
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>