Name
<BLOCKQUOTE> — NN all IE all HTML all
Synopsis
<BLOCKQUOTE>...</BLOCKQUOTE>
End Tag: Required
The BLOCKQUOTE
element is intended to set off a
long quote inside a document. Traditionally, the
BLOCKQUOTE
element has been rendered as an
indented block, with wider left and right margins (about 40 pixels
each), plus some extra whitespace above and below the block. Browsers
will likely continue this type of rendering, although you are
encouraged to use style sheets to create such displays (with or
without the BLOCKQUOTE
element). For inline
quotations, see the Q
element.
Example
<BLOCKQUOTE>Four score and seven years ago... shall not perish from the earth</BLOCKQUOTE>
Object Model Reference
- IE
[window.]document.all.elementID
Attributes
|
|
|
|
|
|
|
|
Event Handler Attributes
Handler |
NN |
IE |
HTML |
---|---|---|---|
onClick |
n/a |
4 |
4 |
onDblClick |
n/a |
4 |
4 |
onDragStart |
n/a |
4 |
n/a |
onHelp |
n/a |
4 |
n/a |
onKeyDown |
n/a |
4 |
4 |
onKeyPress |
n/a |
4 |
4 |
onKeyUp |
n/a |
4 |
4 |
onMouseDown |
n/a |
4 |
4 |
onMouseMove |
n/a |
4 |
4 |
onMouseOut |
n/a |
4 |
4 |
onMouseOver |
n/a |
4 |
4 |
onMouseUp |
n/a |
4 |
4 |
onSelectStart |
n/a |
4 |
n/a |
Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.