How to add moving text in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add moving text in html?

I mean what is the tag for moving text?

25th Apr 2020, 3:14 AM
Nidhin Chandran
Nidhin Chandran - avatar
6 Answers
+ 2
I think this tag might help you: <marquee>Some Text</marquee>
25th Apr 2020, 3:52 AM
Souptik Nath
Souptik Nath - avatar
+ 2
Go through CSS animate and keyframe attributes.
25th Apr 2020, 3:21 AM
Prabhakar Rai
Prabhakar Rai - avatar
27th Apr 2020, 5:24 AM
narayanaprasad
narayanaprasad - avatar
0
<marquee> was never an official html tag... it was invented by microsoft for internet explorer, and others browsers vendors have followed to support pages using it (unfortunally, IE was and is still widely used because bundled with Windows OS). Html5 specifications deprecate and unadvise to continue to use it in favor of modern possibilities through either Css or Js, and support could disappear at any time ^^ You'll better advised to learn to use animation and transition features of Css ;)
25th Apr 2020, 10:26 PM
visph
visph - avatar
0
<marquee> "Your Text"</marquee>
26th Apr 2020, 10:28 AM
Farhan Jawad
Farhan Jawad - avatar