Florida State University: established 1851

Academic & Professional Program Services

Certified Webmaster Curriculum

XHTML 1.1 Element ( Tag ) and Attribute Reference

XHTML 1.1 Reference Index > Text Module Index

The blockquote element ( tag )

contents

blockquote: valid parent and child elements

valid parent elements
blockquote, body, button, dd, del, div, fieldset, form, ins, li, map, noscript, object, td, th
valid child elements
address, blockquote, del, div, fieldset, form, h1, h2, h3, h4, h5, h6, hr, ins, noscript, ol, p, pre, script, table, ul,

blockquote: valid attributes

by attribute type
Core: class, id, title
Internationalization: dir, xml:lang
Events: onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup
Special: cite

blockquote: browser test

The following code sample:

Text outside the element. <blockquote><p>Text within the element.</p></blockquote> Text outside the element.

appears in your browser as:

Text outside the element.

Text within the element.

Text outside the element.