码迷,mamicode.com
首页 > Web开发 > 详细

初级入门的html那些事

时间:2016-06-13 11:31:02      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

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>

 

初级入门的html那些事

标签:

原文地址:http://www.cnblogs.com/houzhao/p/5579867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!