Basic HTML!!
***In all codes below, remember to take out the stars in the code***
Bold: <*b>TEXT<*/b*> : TEXT
Italics: <*i>TEXT<*/i*> : TEXT
Strike Through: <*s>TEXT<*/s*> : TEXT
Subtext: <*sub>TEXT<*/sub*> : The dog ran around the block.
SuperText: <*sup>TEXT<*/sup*> : It's still snowing outside.
FONT SIZE: <**font size="1-7"*> TEXT <**/font*>
Results: TEXT
FONT COLOR: <**font color="COLOR YOU WANT"*>TEXT<**/font>
Results: TEXT
Changing the font:
<*font face="FONT NAME HERE">TEXT HERE<*/font>
Results:
New font
BREAK: <*br*>
Bullets: <*li*>
Aligning: <*center*>
PICTURES: <*img src"URL OF PICTURE"*>
TITLES: <*TITLE*><*/TITLE*>
HEADER: <*HEADER*><*/HEADER*>
BODY: <*BODY*><*/BODY*>