标签:
1、移动字体(走马灯):
<marquee>写上你想写的字</marquee>
2、字体加粗:
<b>写上你想写的字</b>
3、字体斜体:
<I>写上你想写的字</I>
4、字体下划线:
<u>写上你想写的字</u>
5、字体删除线:
<s>写上你想写的字</s>
6、字体加大:
<big>写上你想写的字</big>
7、字体上标:
一个字<sup>写上你想写的字</sup>
8、字体下标:
一个字<sub>写上你想写的字</sub>
9、图片上飘动的文字特效代码: IE不支持
<div class="floatIme">
<marquee scrollamount="11" direction="up" behavior="alternate" height="500px">
<marquee scrollamount="11" behavior="alternate" width="300px">
<p>漂浮 的文字</p>
</marquee>
</marquee>
</div>
标签:
原文地址:http://www.cnblogs.com/houzhao/p/5579867.html