<marquee behavior=alternate><b><font size="4" color="#00FF00">一笑挥鞭马似飞,</font></b>
<p><b><font size="4" color="#00FF00">梦中驰去梦中回;</font></b></p>
<p><b><font size="4" color="#00FF00">人生事事无痕过,</font></b></p>
<p><b><font size="4" color="#00FF00">蕉鹿何须问是非!</font></b></p></marquee>
参数说明:behavior=alternate,是指字体先向左走,走到边沿,再向右走,交替进行。
<marquee onmouseover=this.stop() onmouseout=this.start() >
鼠标放上去停止滚动,移开继续滚动。
</marquee><marquee direction=left scrollamount=3>
文字向左滚。
</marquee><marquee direction=right scrollamount=3>
文字向右滚。
</marquee><marquee direction=up scrollamount=3>
文字向上滚。
</marquee>