Tag Description
<q> IE does NOT support the <q> tag and as such should not be used.

The <q> is used for 'normal'quotes. Normal quotes are used when the quotation will appear within a larger paragraph or within another quotation. These sorts of quotes are generally a few sentences long at most.

Examples:

HTML Code Display
<p>
According to AFSC CEO Brad Klak,<q>Area clients with existing AFSC loans are eligible for an amendment of loan terms</q>.
</p>

According to AFSC CEO Brad Klak, Area clients with existing AFSC loans are eligible for an amendment of loan terms.