+ 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
3 Answers
+ 5
+ 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.
+ 1
Thanks but what I mean the text stop moving after the motion