< 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:
- AvantGo Palm OS
- AvantGo Windows CE
- Firefox 1, 2
- Internet Explorer 2, 3, 4, 5, 6, 7
- Mozilla 1
- Netscape 2, 3, 4, 6, 7, 8
- Opera 3, 4, 5, 6, 7, 8, 9
- Safari 1, 2
- WebTV / MSNTV
- HTML 3.2, 4.0
- XHTML 1.0
Text Module
<blockquote> Attributes:
All attributes are optional unless indicated.
- cite
- class
- dir
- id
- lang
- onclick
- ondblclick
- onkeydown
- onkeypress
- onkeyup
- onmousedown
- onmousemove
- onmouseout
- onmouseover
- onmouseup
- style
- title
<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>
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>
<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

