BLOCKQUOTE (Block Quote) TAG and ATTRIBUTES

<BLOCKQUOTE></BLOCKQUOTE>

This block element indicates that the enclosed text is an extended quotation.  Usually this is rendered visually by indentation.


ATTRIBUTES

CITE = "URL of source information"
CLASS = "class name(s)"
STYLE = "style information"

EVENTS

onclick
ondblclick
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup


CITE The value of this attribute should be a URL of the document in which the information cited can be found.

CLASS  See Cascading Style Sheets (CSS) Information.

STYLE  See Cascading Style Sheets (CSS) information.

Back to Top