插入图片:<img src="图片地址" width="宽度" height="高度" border="边框" >
加入连接:<a href="所要连接的相关地址">写上你想写的字</a>
在新窗口打开连接:<a href="相关地址" target="_blank">写上要写的字</a>
移动字体(走马灯):<marquee>写上你想写的字</marquee>
字体加粗:<b>写上你想写的字</b>
字体斜体:<i>写上你想写的字</i>
字体下划线: <u>写上你想写的字</u>
字体删除线: <s>写上你想写的字</s>
字体加大: <big>写上你想写的字</big>
字体控制大小:<font style='font-size:12px;' >写上你想写的字</font> (其中字体大小可通过12px部分控制)
更改字体颜色:<font color="#value">写上你想写的字</font>(其中value值在000000与ffffff(16位进制)之间
消除连接的下划线:<a href="相关地址" style="text-decoration:none">写上你想写的字</a>
插入音乐:<embed src=音乐地址 width=300 height=45 type=audio/mpeg autostart="false">
插入flash: <embed src="flash地址" width="宽度" height="高度">
插入影视文件:<img dynsrc="文件地址" width="宽度" height="高度" start=mouSEOver>
换行:<br>
段落:<p>段落</p>
插入背景音乐:<bgsound="背景音乐地址" loop=infinite>