HTML < q > Tag - Learn About Website | DaddyFile

0

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>

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.

Differences Between HTML 4.01 and HTML5

NONE.

Post a Comment

 
Top