HTML 5: The Markup Language (ARIA Edition)

qquoted text # T

The q element represents phrasing content quoted from another source.

Content model #

Attribute model #

Element-specific attributes #

cite = uri
Specifies the address of the source of the quoted text.

Tag omission #

A q element must have both a start tag and an end tag.

Permitted contexts #

Typical default display properties #

q {
display: inline; }
q:before {
content: '"'; }
q:after {
content: '"'; }