Text motion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Text motion

Morning Please what tag or attribute can I used to make my text move, like to come from top and stop. Using Marquee the text always keep moving

13th Jan 2020, 6:38 AM
Umar Bashir
Umar Bashir - avatar
3 Answers
13th Jan 2020, 7:00 PM
Mitali
Mitali - avatar
+ 1
I can give a sample code, a link to one of my codes, and a link to learn it: <body style="background-color:black"> <marquee behavior="alternate" style="border:solid"> <font color="lime" size="7">MY TEXT HERE</font></marquee> https://code.sololearn.com/WOXOG2W30QW2/#html https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee However, it is obsolete. You should use CSS or JS to achieve that behaviour.
13th Jan 2020, 10:22 AM
Fernando Pozzetti
Fernando Pozzetti - avatar
+ 1
Thanks but what I mean the text stop moving after the motion
13th Jan 2020, 12:17 PM
Umar Bashir
Umar Bashir - avatar