You are here : htmlHTML 5q

<q> - HTML 5

The <q> tag defines a short quotation.

Browsers normally insert quotation marks around the quotation.


Syntax

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


Example

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


Output / Return Value


Limitations


Alternatives / See Also


Reference