HTML element: <blockquote>
The <blockquote> element indicates that the enclosed text is part of a quotation. By default, the BlackBerry® Browser renders the <blockquote> element in the default font, with the left and right margins indented by one character space.
Considerations
To conform to XHTML (strict) or XHTML-MP, you must use a block-level element around the text within the <blockquote> element.
Common attributes
The <blockquote> element supports the class, dir, id, lang, style, and title attributes.
For more information, see Common attributes.
Event attributes
The <blockquote> element supports the onclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, and onmouseup events.
For more information, see HTML event attributes.