Basic Tags
< B> Will set whatever is inside to Bold </B> Will set whatever is inside to Bold
<I> Will set whatever is inside to Italics </I> Will set whatever is inside to Italics
<br> Will move you to the next line
<U> Will underline what is inside </U> Will underline what is inside
<center> Will center what is inside </center>
Will center what is inside
<hr size = 3 color = red>

Draws a line 3 pixels high in red.
Default values are 1 and black.

<s> Will strike through whatever is inside </s> Will strike through whatever is inside
2 <sup>4</sup> Will set number to super script 24
2 <sub>4</sub> Will set number to sub script 24