These two elements are used to define a quoted text.
<Blockquote> is used for longer quotations, block level content, while <q> is used for inline, shorter quotes.
Syntax:
<blockquote></blockquote>, <q></q>
Attributes:
- id, class (document-wide identifiers)
- lang (language information), dir (text direction)
- title (element title)
- style (inline style information)
- cite (citation URI)
- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)
Example
HTML quotation elements:
Comments
No comments have been made yet.
Please login to leave a comment. Login now