<H1-6> </H1-6> - allows
you to specify heading size.
<H1-6 ALIGN="left/center/right/justify> </H1-6> - heading alignment.
<P> </P> - surrounds paragraphs of text, leaving space before text block.
<P ALIGN="left/center/right/justify> </P> - paragraph alignment.
<CENTER> </CENTER> - aligns text and/or graphics towards the center
of the page.
<BR> - Line break. (can use instead of </P>, but doesn't leave space before text block)
<HR WIDTH="xxx" SIZE="xxx"> - Horizontal Line (width & size tags optional)
<BLOCKQUOTE> </BLOCKQUOTE> - indents the paragraph on both sides.
<FONT FACE="font, second choice"> </FONT> - allows you to specify font styles. You have the option to add
a second or third choice font,
which will appear if the reading computer does not have a particular font installed (eg "Arial, Helvetica").
<FONT SIZE="-3/-2/-1/0/+1/+2/+3/+4"> </FONT> - allows you to specify font size.
<FONT COLOR="#rrggbb"> </FONT> - specify color according to red,
green and blue settings, ranging in value from 00
to ff. For common colors, the word will suffice (eg color="green").
<TT> </TT> - Typewriter Text - monospaced (eg Courier).
<B> </B> - Bold
<I> </I> - Italic
<U> </U> - Underline
<EM> </EM> - Emphasis (generally italic, according to other formating)
<STRONG> </STRONG> - Strong Emphasis (generally bold, according to other formating)
<BIG> </BIG> - Large font size.
<SMALL> </SMALL> - Small font size.
<STRIKE> </STRIKE> or <S> </S> - Strikeout.
<SUB> </SUB> - Subscript
<SUP> </SUP> - Superscript
<BLINK> </BLINK> - Allows your text to annoyingly.