美文网首页php开发
HTML06.会动的文字

HTML06.会动的文字

作者: 快乐的提千万 | 来源:发表于2018-08-12 19:59 被阅读3次
    <!doctype html>
    <html>
    
        <head>
            <meta charset="utf-8">
            <title>我是标题</title>
        </head>
    
        <body bgcolor=white text=blue link=purple alink=yellow vlink=red>
            <h1>一级标题</h1>
            <marquee>啦啦啦,我会移动耶!</marquee>
            
            <marquee direction=left>啦啦啦,我从右向左移!</marquee>
            <marquee direction=right>啦啦啦,我从左向右移!</marquee>
            
            <marquee behavior=scroll>啦啦啦,我一圈一圈绕着走!</marquee>
            <marquee behavior=slide>啦啦啦,我只走一次就歇了!</marquee> 
            <marquee behavior=alternate>啦啦啦,我来回走耶!</marquee>
    
            <marquee loop=3 width=50% behavior=scroll>啦啦啦,我只走 3 趟哟!</marquee>
            <marquee loop=3 width=50% behavior=slide>啦啦啦,我只走 3 趟哟!</marquee>            
            <marquee loop=3 width=50% behavior=alternate>啦啦啦,我只走 3 趟哟!</marquee>
    
            <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee>
                                
            <br>
            <marquee height=40 width=50% bgcolor=aaeeaa>
            啦啦啦,我会移动耶!
            </marquee>
            
            <br>    
            哈罗
            <marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>啦啦啦,我会移动耶!</marquee>
            大家好!<br>
            
        </body>
    
    </html>
    

    相关文章

      网友评论

        本文标题:HTML06.会动的文字

        本文链接:https://www.haomeiwen.com/subject/kxhebftx.html