6.滚动标签.html

  
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        <!--
            marquee:滚动标签
            direction:方向
            scrollamount:速度
            loop:循环次数,-1(默认),无限循环
        -->
        
        <marquee direction="left" scrollamount="20" loop="-1"><font color="blue" size="7">中国移动欢迎你</font></marquee>
        
    </body>
</html>

 

相关文章