Home → References → HTML Tags →
HTML Tag: q
An in-line quote. Used for small quotations.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
citecan be used to specify the location (in the form of a URI) where the quote has come from.- Common attributes
Example
<p>Bob said <q>sexy pyjamas</q> but Chris said <q>a kimono</q></p>

