| TEXT FORMATTING |
| These html codes are very simple to use. Just study the the tags and combined them. |
| BOLD |
| ITALIC |
| UNDERLINE |
| STRIKE THROUGH |
| ITALIC BOLD |
| BOLD UNDERLINE |
| SUPERSCRIPTS (This code causes the text to be positioned as small & raised.) |
| SUBSCRIPTS (This code causes the text to become positioned as small & lowered.) |
| BLOCK QUOTATIONS (This code allows you to black unwanted symbols or text errors in a paragraph.) |
| CENTERING TEXT |
<B>PLACE TEXT HERE</B> |
<U>PLACE TEXT HERE</U> |
<I>PLACE TEXT HERE</I> |
<B><I>PLACE TEXT HERE</I></B> |
<STRIKE>PLACE TEXT HERE</STRIKE> |
<B><U>PLACE TEXT HERE</U></B> |
<SUP>PLACE TEXT HERE</SUP> |
<CENTER>PLACE TEXT HERE</CENTER> |
<SUB>PLACE TEXT HERE</SUB> |
<BLOCKQUOTE>PLACE TEXT HERE</BLOCKQUOTE> |