Here are some of the HTML tags. You can use it to write messages.
note that these won't work in nudge book as HTML tags are disabled there.
1 . Bold letters:"<b>"your text"</b>"
2 .colored text:"<font "color"=red>your text"</font>"
3 .colored and texts with different size:"<font color=red size=4>your text"</font>
4 . write text as button:"<button>"your text here"</button>"
5 . scrolling text: <MARQUEE bgcolor="#CCCCCC" loop="-1" scrollamount="2" width="100%">Your text</MARQUEE>
6 . super scripted text :"<sup>"your text"</sup>"
7 . Sub script : "<sub>"your text"</sub>"
8 . strike through text : "<s>"your text."</s>"
Sorry i missed italic and under line
9 . italic : "<i>"your text"</i>
10 . underlined : <u>your text</u>
I will add more as soon as possible. You can use all these in comments and in quick reply.
Newly added write your name in the box:<table border = 1>
<tr>
<td>your name</td>
<td>your name</td>
</tr>
</table>
if u want more boxes then increase the td tags.
11 . Write in diff fonts : <font face=your choice>your text</font>
drop down the font from your msword and see diff. fonts name.
one more : <FORM METHOD=post ACTION="/cgi-bin/example.cgi">
Enter Your Comments:<BR>
<TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20 MAXLENGTH=100></TEXTAREA><BR>
<INPUT type="Submit" VALUE="Submit">
<INPUT type="Reset" VALUE="Clear">
</FORM>
12 . Blinking word : <blink>your text</blink>
13 . Scrolling text : <MARQUEE>your text</MARQUEE>