在html中怎么改变文字的滚动速度!

如题所述

<html>
<head><title>文字滚动</title></head>
<body>
<marquee direction="left" behavior="scroll" scrollamount="10" bgcolor="" width="1000" height="" scrolldelay="">
你好,中国!!!
</marquee>
</body>
</html>

利用scrollamount来改变滚动速度,你可以改变几个数字试试。scrolldelay=正整数:设置字幕或文本滚动的延迟时间,其他的几个属性都知道吧。
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答