q

Enclose an area of text with quotation marks, thus setting it apart from the rest of the text flow.
Most browsers will attempt to use a set of left- and right- (smart) quotation marks, else the standard " is used.

Usage:

<q style="font: 12pt Verdana,Arial,sans-serif;">
... blahblahblah ...
</q>


Tag Attribute Used To...
style Define an inline style to apply to the contents of the <q> quote. Note that you may have to change the color of text inside the <q> tag (with a <font> or <span> tag), or the inner text will inherit the color stated in the styling attribute of the <q> tag. See Example 2.

Best Practice Example:
<font face="Verdana,Arial,sans-serif" size="3" style="font: 11pt Verdana,Arial,sans-serif;">
And now, a couple of random quotes...<br /><br />

<q style="font: 10pt Verdana,Arial,sans-serif;">
<font face="Verdana,Arial,sans-serif" size="2" style="font: 10pt Verdana,Arial,sans-serif;">
There's nothing wrong with Hollywood that a rise in the ocean level couldn't cure.</font></q>
--- John D. MacDonald, mystery writer<br /><br />

<q style="font: 10pt Verdana,Arial,sans-serif;color: #009900;">
<font face="Verdana,Arial,sans-serif" size="2" style="font: 10pt Verdana,Arial,sans-serif;">
Hollywood is a city of fifty thousand working people and two working toilets.</font></q>
--- Steve Cartoon, social malcontent<br />

<q style="font: bold 18pt Verdana,Arial,sans-serif; color: #009900;">
<font face="Verdana,Arial,sans-serif" color="#000099" size="2" style="font: 10pt Verdana,Arial,sans-serif;">
A pat on the back is about eighteen inches above a kick in the ass.</font></q><br />
--- Steve Bogna, vicious bastard<br />
</font>


And now, a couple of random quotes...

There's nothing wrong with Hollywood that a rise in the ocean level couldn't cure.
--- John D. MacDonald, mystery writer

Hollywood is a city of fifty thousand working people and two working toilets.
--- Steve Cartoon, social malcontent

A pat on the back is about eighteen inches above a kick in the ass.
--- Steve Bogna, vicious bastard

NOTES:
This tag works in all mail clients. Though not used very often, this tag remains in active (X)HTML spec.

This reference was created for Innovyx by Steve Cartoon Q3 2007. All rights reversed.