<marquee>這裡放要跑的文字</marquee>
網頁跑馬燈語法教學
http://www.wibibi.com/info.php?tid=68
除了文字, 圖片也可做為移動的物件
<marquee><img src="圖片網址"></marquee>
圖片式網頁跑馬燈語法特效介紹
http://www.wibibi.com/info.php?tid=69滑鼠移入停止的跑馬燈語法
<code>
<marquee onmouseout="this.start()" onmouseover="this.stop()">這裡放要跑的文字或圖片</marquee>
</code>
http://www.wibibi.com/info.php?tid=70
用 jQuery 做跑馬燈 – 男丁格爾
http://abgne.tw/jquery/apply-jquery/jquery-yahoo-scroll-message-marquee.html