Aside from the text modifiers found in the body tag, here are some text manipulation tags that can come in handy.
<font color="red"> or 
<font color="#FFFFFF">(hexidecimal version)
<font size=+1> Increases the font size by a number. 
<font size="3"> Sets font size to a number.
<pre> Preformatted text. Anything written between these tags appear as seen onscreen.</pre>

Back to Tips