Example
Mark up a short quotation:
<p>WWF’s goal is to:
<q>Build a future where people live in harmony with nature.</q>
We hope they succeed.</p>
Definition and Usage
The <q> tag defines a short quotation.
Browsers normally insert quotation marks around the quotation.
Browser Support
| Element | |||||
|---|---|---|---|---|---|
| <q> | Yes | Yes | Yes | Yes | Yes |
Tips and Notes
Tip: Use <blockquote> to mark up a section that is quoted from another source.
Differences Between HTML 4.01 and HTML5
NONE.
Attributes
| Attribute | Value | Description |
|---|---|---|
| cite | URL | Specifies the source URL of the quote |
