HTML q Tag

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>

Teach Yourself  by BH24 HTML Editor Tool!

The <q> tag is supported in all major browsers.

Definition and Usage

The <q> tag defines a short quotation.
Browsers normally insert quotation marks around the quotation.

Tips and Notes

Tip: Use <blockquote> to mark up a section that is quoted from another source.