Sample HTML
For good information regarding using HTML, look @ www.w3schools.com
Sample Tags
HTML Code: <b>This will BOLD the text</b>Browser Display: This will BOLD the text
HTML Code: <i>This will Italicize the text</i>
Browser Display: This will Italicize the text
HTML Code: <i><b>This will bold and italicize the text</b></i>
Browser Display: This will bold and italicize the text
HTML Code: <font color='red'>This will change the font color to red</font>
Browser Display: This will change the font color to red
HTML Code: <font size='+1'='red'>This will increase the font size</font>
Browser Display: This will increase the font size