SSW Link Auditor Rules Samples - FONT tags must not be used

Skip Navigation Links

As per rule Do you avoid FONT tags throughout your site?, the following are bad and good samples:

<font face="garamond, times" color="#FF0000" size="+1">
 this text uses font tag
</font>
Bad - Inflexible text formatting using <font> tag

<div class="redText">this text uses css instead</div>
Good - Good text formatting using CSS