Which attribute determines the speed of the marquee tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which attribute determines the speed of the marquee tag?

I want my text move with greater speed.

23rd Dec 2016, 1:10 PM
Rohit Kaushal
Rohit Kaushal - avatar
3 Answers
+ 7
<marquee scrollamount="5" direction="right"> scrollamount is speed
23rd Dec 2016, 2:09 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
scrollamount, scrolldelay, truespeed, all these 3 control the speed: go to MDN or W3C web site reference for more informations... But you must know that's a depreciated tag from a while, and wasn't never implemented on certains navigator ( like Chrome ). Today only Firefox seems to support it, when IE don't, while IE introduce it ^^
23rd Dec 2016, 2:23 PM
visph
visph - avatar
+ 1
Thanx guys ....
23rd Dec 2016, 3:17 PM
Rohit Kaushal
Rohit Kaushal - avatar