What is used in place of marquee in html 5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is used in place of marquee in html 5?

26th Jun 2017, 6:39 AM
Oji Chinedu
Oji Chinedu - avatar
3 Answers
+ 8
Even tho it is deprecated you can still use it
26th Jun 2017, 6:47 AM
Gami
Gami - avatar
26th Jun 2017, 9:02 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
Not only sgv (which isn't well designed for that purpose, at least less than Html), but you can reproduce the behaviour of <marquee> with pure Css, on any Html element, as well as doing so with custom Javascript object/functions... I never made it public, but already shared the link of an unfinished JS marquee substitute handler to improve the already embeding generic pure Css classes implemented as base case of not JS support: https://code.sololearn.com/WvrAw2VeMoHu/?ref=app
26th Jun 2017, 10:18 AM
visph
visph - avatar