Why is <marquee> deprecated and what is the best alternative?
问题 Longer time I'm curious about HTML tag <marquee> . You can find in MDN specification: Obsolete This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it. or on W3C wiki: No, really. don't use it. I searched several articles and found some mention about CSS relevant replacement. CSS attributes like: marquee-play-count marquee-direction marquee-speed but it seems, they don't work. They were a part