<q>
HTML <q> Element Reference
The HTML <q> element marks a short inline quotation.
Categories
- Text-level semantics
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical q element example.
<p>The documentation says <q cite="https://example.com">use semantic HTML</q>.</p>