技巧|特效
基本文法:
請把程式中<>自行替換為<>
<marquee>需要移動的文字</marquee><direction=#>
1.方向#=left, right
例:<marquee direction=left>從右向左移動</marquee>>
<marquee direction=right>從左向右移動</marquee>>
2.次數<bihavior=#>#=scroll, slide, alternate
例:<marquee behavior=scroll>一圈一圈的繞著移動</marquee>
<marquee behavior=slide>只移動一次就停</marquee>><marqueebehavior=alternate>來回移動,不停</marquee>
3 .迴圈<loop=#>#=次數,若未指定則迴圈不止(infinite)
例:<marquee loop=3 width=50%behavior=scroll>只走3趟</marquee>
4.速度加快<scrollamount=#>
例:<marquee scrollamount=20>移動速度加快</marquee>>
5.速度減慢<scrolldelay=#>
例:<marquee scrolldelay=500 scrollamount=100>移動速度減慢</marquee>
6.底色<bgcolor=#>#=rrggbb 16進位數位,或者是下列預定義色彩:Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,Fuchsia,White, Green, Purple, Silver, Yellow, Aqua
例:<marquee bgcolor=red>是紅色的</marquee>
7.面積<height=#width=#>
例:<marquee height=80 bgcolor=red>面積變大了</marquee>