<marquee>该文本将从右向左滚动</marquee>
<marquee direction="up">该文本将从下往上滚动</marquee>
<marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid"> <marquee behavior="alternate">该文本将弹跳</marquee>
`<marquee loop="100" bgcolor="red">
文字能跑了。
<input type="password">
</marquee>
<input type="">`
转载请注明出处