Never thought about HTML applying to the the Title.
HTML 101: Ways to spruce up the appearance of your post:
You can use simple html within your posts to manipulate the text and/or embed images, etc. Some simple "tags":
1. to create bold text use a <b> before the text and </b> after the text
2. to create italic text use a <i> and </i>
3. to create underlined text use a <u> and </u>
4. to create strikethough text use a <s> and </s>
5. to change the font color use <font color=green> and </font>
<b>BOLD</b> Bold
Same but only different