php开发

HTML06.会动的文字

2018-08-12  本文已影响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>
上一篇 下一篇

猜你喜欢

热点阅读