神奇的marquee--滚动的文字

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        <!--size是字体大小-->
        <marquee>
            <font face="微软雅黑" color="#8A2BE2" size="1">
                hello!marquee
            </font>
        </marquee>
        <marquee direction="down" width="100" height="100">
            <font face="仿宋" color="#5F9EA0" size="2">
                the day you went the day!
            </font>
        </marquee>
        <marquee direction="up">
            <font face="arial black" color="#7FFFD4" size="3">
                today is 2016-12-22
            </font>
        </marquee>
        <!--滚动一次-->
        <marquee behavior="slide">
            <font face="arial black" color="#7FFFD4" size="4" >
                that day is 1
            </font>
        </marquee>
        <!--左右来回交替滚动-->
        <marquee behavior="alternate">
            <font face="arial black" color="#7FFFD4" size="5" >
                that day is 2
            </font>
        </marquee>
        <!--循环滚动-->
        <marquee behavior="scroll">
            <font face="arial black" color="#7FFFD4" size="6" >
                that day is 3
            </font>
        </marquee>
        <!--scorllamount设置滚动速度-->
        <marquee scrollamount="3">
            <font face="arial black" color="#7FFFD4" size="6" >
                that day is 4
            </font>
        </marquee>
        <marquee scrollamount="6">
            <font face="arial black" color="#7FFFD4" size="5" >
                that day is 5
            </font>
        </marquee>
        <marquee scrollamount="9">
            <font face="arial black" color="#7FFFD4" size="4" >
                that day is 6
            </font>
        </marquee>
        <!--scrolldelay滚动延迟-->
        <marquee scrollamount="100" scrolldelay="100">
            <font face="arial black" color="#7FFFD4" size="6" >
                that day is 7
            </font>
        </marquee>
        <marquee scrollamount="100" scrolldelay="200">
            <font face="arial black" color="#7FFFD4" size="5" >
                that day is 8
            </font>
        </marquee>
        <marquee scrollamount="100" scrolldelay="300">
            <font face="arial black" color="#7FFFD4" size="4" >
                that day is 9
            </font>
        </marquee>
        <!--loop滚动循环次数-->
        <marquee direction="up" loop="10"> <!--循环10次-->
            <font face="arial black" color="#7FFFD4" size="7" >
                that day is 10
            </font>
        </marquee>
        <!--width、height滚动范围设置-->
        <marquee behavior="alternate" bgcolor="#DEB887" width="500" height="100">
            <font face="arial black" color="#7FFFD4" size="6" >
                that day is 11
            </font>
        </marquee>
        <!--hspace、vspace滚动空间设置-->
        <marquee hspace="100" vspace="100">
            <font face="arial black" color="#7FFFD4" size="6" >
                that day is 12
            </font>
        </marquee>
        <!--背景音乐-->
        <bgsound src="music/" loop="5"></bgsound>
        <!--多媒体文件标记-->
        <embed src="" width="播放界面宽度" height="播放界面高度"></embed>
        <!--autostart自动运行|loop是否循环|hidden是否隐藏-->
        <embed src="" autostart="true/false"  loop="true" hidden="true" width="播放界面宽度" height="播放界面高度"></embed>

    </body>
</html>

 

转载于:https://www.cnblogs.com/shoolnight/p/6408779.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值