After the last anon I decided to just make a list of TEXT HTML CODES for reference:
bold: <b>TEXT</b> (highlight text ctrl+b)
Italic: <i>TEXT</i> (highlight text ctrl+i)
Strikethrough: <s>TEXT</s>
Underline: <u>TEXT</u> (highlight text ctrl+u)
Link: <a href=“YOUR LINK”> Text that you want the link to appear as</a>
(Or, alternatively, a break): <br></br>
List (like this is listed as): <li></li>
Block Quote/indent: <blockquote></blockquote>
text on the left of the post: <left> (</left> once you want it back to normal)
Center of text-post: <center> (</center> once you want it back to normal)
Right of text-post: <right> (</right> once you want it back to normal)
Big Text: <big>TEXT</big>
Small Text: <small>TEXT</small>
Specific Font for Text: <font size=“#(size of font)”>TEXT</font>
Specific Color for Text: <font color=“#(color of font)”>TEXT</font>
Text going up: <sup>TEXT</sup>
Text going down: <sub>TEXT</sub>
(continue for each word for an effect like this)
is this: "<p><sub>t<sub>h<sub>i<sub>s</sub></sub></sub></sub></p>“
Typewriter text: <tt>TEXT</tt>
Monoscript Text: <code>TEXT</code>
Text wrapping left of image (be wary of image size): <img src="YOUR IMG URL” align=“right”> TEXT
Text wrapping right of image (be wary of image size): <img src=“YOUR IMG URL” align=“left”> TEXT
You can combine these to get a lot of neat, neat things (imgs as urls; cascading images; italic cascading images; all that jazz)
For other generated html codes (things that you need a text generator to create) click here.