aspxtreme

BLOCKQUOTE Element | BLOCKQUOTE Object

HTML Elements/DHTML Objects


Sets apart a block of text.

HTML Syntax

Remarks

The BLOCKQUOTE element is normally used for quoting portions of content, to indicate that the quotation is borrowed.

Browsers generally render BLOCKQUOTE as an indented block that starts on a new line. Most browsers add extra space before a BLOCKQUOTE.

Though some authors use BLOCKQUOTE merely as a mechanism to indent text, this usage has been deprecated in favor of style sheets.

BLOCKQUOTE is for long quotations of block-level content, while Q is intended for short quotations of inline content that need no paragraph breaks. Both these elements designate quoted text.

Members



Styles


Example

<p>This is a paragraph.</p>
<blockquote>And this is a blockquote.</blockquote>
This is a paragraph.
And this is a blockquote.
See Also

Q



Books and more ...

Contents
HTML Elements / DOM Objects
HTML Element Attributes
CSS Attributes
DOM Object Properties
DOM-compliant Events Reference
DOM Methods Reference
DOM Collections Reference
 


Suggested Reading



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme