新客立减

1) 

贴图:

<img src="

图片地址

"> 

2)

加入连接:

<a 

href="

所要连接的相关地址

">

写上你想写的字

</a> 

 

3)

在新窗口打开连接:

<a 

href="

相关地址

target="_blank">

写上

要写的字

</a> 

 

消除连接的下划线在新窗口打开连接:

 

 

<a 

href="

style="text-decoration:none" 

target="_blank">

写上你想写的字

</a> 

 

4)

移动字体

(

走马灯

)

<marquee>

写上你想写的字

</marquee> 

 

5)

字体加粗:

<b>

写上你想写的字

</b> 

 

6)

字体斜体:

<i>

写上你想写的字

</i> 

 

7)

字体下划线

: <u>

写上你想写的字

</u> 

 

8)

字体删除线

: <s>

写上你想写的字

</s>