Path = Home : Webmaster Resources : HTML Design Tips : Decreasing Text Size Without Using the Font Tag
The SMALL tag is used to decrease the size of your font. You can add additional SMALL tags, side by side, to decrease your font size even further. For each additional SMALL tag you use, your font size will decrease.
Example:
<SMALL>Your Text</SMALL>
<SMALL><SMALL>Your Text</SMALL></SMALL>
The SMALL tag can be used in place of the FONT tag, as they both perform the same task.
Example:
<FONT size="2">