文字滾動后自動停止效果示例

字號:


    效果很簡單,只需要把下面的代碼復(fù)制到你自己的頁面中去運(yùn)行一下就行了
    代碼如下:
    <!doctype html public -//w3c//dtd xhtml 1.0 transitional//enhref=http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd>http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd>
    <html xmlns=>
    <head>
    <meta http-equiv=content-type content=text/html; charset=gb2312 />
    <title>無標(biāo)題文檔</title>
    </head>
    <body >
    <p align=left><marquee height=293 behavior=slide width=550 loop=1 scrollamount=1 scrolldelay=100><font style=font-size: 18pt; font-family: 方正姚體; color: #ea0000 color=#ff0000>
    代碼滾動
    </font>
    </marquee></p>
    </body>
    </html>