Wednesday, November 01, 2006

Just Because

Basic HTML text modifiers, for no particular reason.

<font size=3 color=#E902CF face="papyrus">
You can use any one or more of those attributes (size, color, face) in any order, just remember to start with "font".
</font>

<b>Bold</b>
<i>Italic</i>
<u>Underline</u>
<s>Strikethrough</s>

And...
<a href="http://www.yourwebsite.com">Links.</a>