<li>In <a href="../html/doctype.html#strict">HTMLá4.0 Strict</a>: one or more <a href="../block.html">block-level elements</a> or <a href="../special/script.html">SCRIPT</a></li>
<p>The <strong class=html>BLOCKQUOTE</strong> element defines a <em>block quotation</em>. Unlike <a href="../special/q.html">inline quotations</a>, block quotations may contain <a href="../block.html">block-level elements</a> such as <strong class=html><a href="p.html">P</a></strong> and <strong class=html><a href="../tables/table.html">TABLE</a></strong>, but <strong class=html>BLOCKQUOTE</strong> may not be contained within a paragraph or <a href="../inline.html">inline element</a>.</p>
<p>The optional <strong class=html>CITE</strong> attribute of <strong class=html>BLOCKQUOTE</strong> provides the <abbr class=initialism title="Uniform Resource Identifier">URI</abbr> of the source of the quotation. This attribute, not widely supported among browsers, allows readers to verify the authenticity of the quotation and also find related information.</p>
<p>The content of the <strong class=html>BLOCKQUOTE</strong> element should be contained within other block-level elements, typically <strong class=html><a href="p.html">P</a></strong>. The following example features a quotation that includes multiple paragraphs and its own block quotation:</p>
<p class=example><code class=html><BLOCKQUOTE CITE="http://www.bibliomania.com/Fiction/joyce/ulysses/telemac.html"><br><P>He pointed his finger in friendly jest and went over to the parapet, laughing to himself. Stephen Dedalus stepped up, followed him wearily half way and sat down on the edge of the gunrest, watching him still as he propped his mirror on the parapet, dipped the brush in the bowl and lathered cheeks and neck.</P><br><P>Buck Mulligan's gay voice went on.</P><br><BLOCKQUOTE><P>My name is absurd too: Malachi Mulligan, two dactyls. But it has a Hellenic ring, hasn't it? Tripping and sunny like the buck himself. We must go to Athens. Will you come if I can get the aunt to fork out twenty quid?</P></BLOCKQUOTE><br></BLOCKQUOTE></code></p>
<p class=note>Authors should not use <strong class=html>BLOCKQUOTE</strong> for unquoted material just to achieve a block indentation in common visual browsers. With the rise of style sheets, such misuse of <strong class=html>BLOCKQUOTE</strong> will become less reliable while also reducing the author's ability to fully exploit the power of style sheets. <a href="http://www.htmlhelp.com/reference/css/">Cascading Style Sheets</a> provide the <strong class=css><a href="http://www.htmlhelp.com/reference/css/box/margin-left.html">margin-left</a></strong> property to indent a block.</p>
<h2>More Information</h2>
<ul>
<li><a href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-BLOCKQUOTE">BLOCKQUOTE in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá4.0 Recommendation</a></li>
<li><a href="http://www.w3.org/TR/REC-html32#bq">BLOCKQUOTE in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá3.2 Recommendation</a></li>
<li><a href="http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.4">BLOCKQUOTE in HTMLá2.0 Standard</a></li>
<li><a href="http://www.htmlhelp.com/reference/wilbur/block/blockquote.html">BLOCKQUOTE in <abbr class=initialism title="Web Design Group">WDG</abbr> HTMLá3.2 Reference</a></li>
<li><a href="http://www.hut.fi/u/jkorpela/HTML3.2/5.10.html">BLOCKQUOTE in <cite>Learning HTMLá3.2 by Examples</cite></a></li>
</ul>
<div class=footer>
<address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>