HTML <q> tag
Usage
Specifies an inline quote.
Example
Code:
<p>According to Bill Gates, <q cite="http://www.microsoft.com">"Windows is great"</q>.</p>
Output:
According to Bill Gates, "Windows is great"
.
Required Attributes
- none
Optional Attributes
- cite - for linking to the source of the quote