HTML Codes and Examples
www.tagindex.net
The Q element defines a short quotation.
<q>short quotation</q>
The quotation marks are displayed in the supported browsers.
Display example
<p>Normal text, <q>Quotation text,</q> Normal text,</p>
Normal text, Quotation text, Normal text,
Quotation text,