< Previous | HTML 4.01 Tags / XHTML 1.0 Elements | Next >
Free XHTML 1.0 Class | HTML Validators | Free HTML 4.01 Class
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.
- AvantGo Palm OS
- AvantGo Windows CE
- Firefox 1, 2, 3
- Internet Explorer 2, 3, 4, 5, 6, 7
- Netscape 2, 3, 4, 6, 7, 8, 9
- Opera 3, 4, 5, 6, 7, 8, 9
- Safari 1, 2, 3
- WebTV / MSNTV
- HTML 3.2, 4.0
- XHTML 1.0
Text Module
All attributes are optional unless indicated.
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
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
- Standard blockquote
<blockquote>
View
The time has come, the Walrus said, to speak of many things.
</blockquote> - Blockquote with citation
<blockquote cite="http://www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#edef-BLOCKQUOTE">
View
These two elements [Q and BLOCKQUOTE] designate quoted text.
</blockquote>
- 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.

