SoloLearn says that marquee not support in html 5 but marquee is supported in html5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

SoloLearn says that marquee not support in html 5 but marquee is supported in html5

Error is SoloLearn answer

13th Jan 2018, 1:19 PM
adarsh sharma
adarsh sharma - avatar
5 Answers
+ 6
the "support" differs from the word "doesn't work".It is not supported mean browsers written in each html5 don't readily accept it.its deprecated
13th Jan 2018, 2:14 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 4
I understand that marquee has been depricated but as adarsh says a lot of browsers still support this.
13th Jan 2018, 1:39 PM
Richard Myatt
Richard Myatt - avatar
+ 2
not directly supported by the "html5 standard". but the browsers ( at least some of them) might still understand/support the marquee tag.
13th Jan 2018, 1:25 PM
storm
storm - avatar
+ 1
Actually <marquee> still works in most of browsers, even in an html5 document... The trick is that <marquee> had never been part of html specification, and html5 specification discourage it use and implementation, meaning that it should becomes unsupported by mostly browsers in future ^^
13th Jan 2018, 6:42 PM
visph
visph - avatar
0
it's deprecated in HTML5, That means you should not use it.Now we have CSS3 animations and JavaScript requestAnimationFrame API for animation.Use them instead.
13th Jan 2018, 1:40 PM
amin charoliya
amin charoliya - avatar