Is it possible to change the speed of HTML's <marquee> tag?

aaaaa picture aaaaa · Nov 19, 2010 · Viewed 204.1k times · Source

When one marquee leaves the screen then after a short time gap it enters from another side. Is there any way to reduce this time?

Answer

Ashish Anand picture Ashish Anand · Jul 12, 2011

<marquee behavior=scroll direction="left" scrollamount="5">Your message here</marquee>

scrollamount controls the speed of text: higher the value higher is the scrolling speed