常见的网站中有文字或者图片进行滚动效果
使用的标签
eg:
<marquee width="300" hight="400" bgcolor="red" behavior="" direction="">
文字
<img src="www.baidu.com/i.jpg"/>
</marquee>
属性:
behavior="alternate/slide/scroll" 分别代表两端滚动/滚动一次/循环滚动
direction="down/up" down从上往下 up 从下往上