1. Home
  2. Computing & Technology
  3. Web Design / HTML

<blockquote></blockquote>

By Jennifer Kyrnin, About.com

< Previous | HTML 4.01 Tags / XHTML 1.0 Elements | Next >

Free XHTML 1.0 Class | HTML Validators | Free HTML 4.01 Class

<blockquote> Description:

The <blockquote></blockquote> tag designates quoted text - generally long quotations where a paragraph break is appropriate

Do not use blockquote to indent text. This use of blockquote has been deprecated in favor of style sheets.

<blockquote> Web Browser Support:

<blockquote> Attributes:

All attributes are optional unless indicated.

<blockquote> End Tag:

</blockquote> REQUIRED

<blockquote> Contents:

Long quotations from external sources. The following tags are valid within the <blockquote></blockquote> tag:
a, abbr, acronym, address, applet, b, basefont, bdo, big, blockquote, br, button, center, cite, code, dfn, dir, div, dl, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, isindex, kbd, label, map, menu, noframes, noscript, object, ol, p, pre, q, s, samp, script, select, small, span, strike, strong, sub, sup, table, textarea, tt, u, ul, var

<blockquote> Valid Context:

The <blockquote></blockquote> tag is valid within the following tags:
blockquote, body, button, center, dd, div, fieldset, form, iframe, li noframes, noscript, object, td, th

<blockquote> Usage:

  • Standard blockquote
    <blockquote>
    The time has come, the Walrus said, to speak of many things.
    </blockquote>
    View
  • Blockquote with citation
    <blockquote cite="http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#edef-BLOCKQUOTE">
    These two elements [Q and BLOCKQUOTE] designate quoted text.
    </blockquote>
    View

<blockquote> Special Notes:

  • Most browsers display blockquote indented on both the right and left sides, but you should not use blockquote to indent. If you need to indent your text and it's not a long quotation, use style sheets instead.
  • Some browsers may render this content in italics as well as indented.

More <blockquote> Information:

< Previous | HTML 4.01 Tags / XHTML 1.0 Elements | Next >

Free XHTML 1.0 Class | HTML Validators | Free HTML 4.01 Class

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. HTML and XHTML
  5. XHTML
  6. HTML Tags
  7. The blockquote Element - Define a long quotation - XHTML 1.0 HTML 4.0

©2008 About.com, a part of The New York Times Company.

All rights reserved.