Simple HTML Tags

Type this in the message boxThis is what will be displayed in the shoutbox
<h1>text</h1>

Text

<h2>text</h2>

Text

<i>This text is italic</i>This text is italic
<b>This text is bold</b>This text is bold
<s>This text is crossed out</s>This text is crossed out
<i><b>This text is italic and bold</b></i>This text is italic and bold
<i><b><font size="5" color="red">This text is size 5, italic, bold, and is red</font></b></i>This text is size 5, italic, bold, and is red
<a href="http://www.google.com/">google link</a>google link