+ 11
HI GUYS, I HAVE ONE QUESTION..... Why <marquee> is deprecated??
Whyyy???
10 ответов
+ 12
as said by Mike Choy we have much better CSS alternatives now,
and as stressed by Jan Markus , marquee should not be used coz it was misused badly to grab attention and we still have those painful moving texts on few old government and banking sites.
for more info
https://en.m.wikipedia.org/wiki/Marquee_element
+ 10
Hi Mirul
marquee has been replaced with the much more powerful CSS animations
+ 7
Black Rose there are many ways to do so using css animation,
Here a marquee class is used instead of marquee tag.
https://code.sololearn.com/Wj4YmESQlX2i/?ref=app
+ 5
Jan Markus Why are you swearing??
+ 4
Black Rose
Use what Morpheus said, but basically you have to use 25 lines of CSS when you could make the same exact thing happen in 1 line in HTML. 😢
+ 3
i just learned about the marquee tag an used it in my scarface code.Then did some research on it only to find that its an obsolete tag. So how would i create the same with css?
+ 3
Black Rose
Yup! 😂🤣
+ 3
Brandon
Exactly!!!
+ 1
seems like the marquee tag was easier to use.
+ 1
so is it the same thing with blink?