Latest web development tutorials

HTML <q> tag

Examples

A short quotation marks:

<p>WWF's goal is to:
<q>Build a future where people live in harmony with nature.</q>
We hope they succeed.</p>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support <q> tag.


Tag definitions and instructions

<Q> tag defines a short quotation.

The browser will often insert quotation marks around such a reference.


Tips and Notes

Tip: Use <blockquote> to mark the block quote is taken from another source.


Differences between HTML 4.01 and HTML5

no.


Attributes

属性 描述
cite URL 规定引用的源 URL。


Global Properties

<q> tag supports HTML global properties .


Event Properties

<q> tag supports HTML event properties .