滚动
<marquee direction=up height=146 onmouseout=start() onmouseover=stop() scrollAmount=2>
滚动信息
</marquee>
本文介绍了一种使用HTML与JavaScript实现的滚动文本效果。通过<marquee>标签设置文本向上滚动的属性,如滚动速度、触发事件等。
滚动
<marquee direction=up height=146 onmouseout=start() onmouseover=stop() scrollAmount=2>
滚动信息
</marquee>

被折叠的 条评论
为什么被折叠?