以下為HTML的Scrolling text說明


跑馬燈:

嗨!我是一號跑馬燈 
Hello!我是二號跑馬燈 
嘿嘿!我是三號跑馬燈 

指令:


<marquee direction=left  bgcolor="#ff9999" behavior=scroll    scrollamount=10 scrolldelay=100>嗨!我是一號跑馬燈</marquee> 
<marquee direction=right bgcolor="#99ff99" behavior=slide     scrollamount=20 scrolldelay=100>Hello!我是二號跑馬燈</marquee> 
<marquee direction=left  bgcolor="#9999ff" behavior=alternate scrollamount=30 scrolldelay=100>嘿嘿!我是三號跑馬燈</marquee> 

標籤marquee
功能移動字體
語法<marquee>跑馬燈內容</marquee>
屬性及說明
direction=left|right|center水平線位置的設定,可選擇置左、置中、置右三種方式
bgcolor="#ff9999|#99ff99|#9999ff"背景顏色的設定,可選擇紅、綠、藍的顏色
behavior=scroll|slide|alternate字體移動方式,可選擇連續左到右、跑一次、左右來回
scrollamount=n n=1~無限移動速度為n,n為數值
height="a" width="b"高度跟寬度設定
其它說明有關跑馬燈的屬性和其意義,讀者大概可以從上述範例猜出來吧?(若真的猜不出來,到搜尋引擎找找,應該可以找到答案。)