Why <marquee> not support in html5? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Why <marquee> not support in html5?

Reason and used marquee

13th Aug 2017, 3:40 AM
Parmar Dhaval
Parmar Dhaval - avatar
1 Resposta
+ 1
Marquee tag is not html5 (is not html at all, but Microsoft proprietary tag from 1995) you can : use Javascript to animate your text use css animation (not fully browser compatible )useĀ css3 marquee Ā (not fully browser compatible)
13th Aug 2017, 4:58 AM
Parmar Dhaval
Parmar Dhaval - avatar