Marquee | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Marquee

How can I make marquee contents move to and fro ?

15th Oct 2018, 2:19 PM
Richard
1 Respuesta
+ 6
marquee tag is deprecated from html5. so, avoid using it. Instead use css! If you still want, just add attribute behavior="alternate" See my example: https://code.sololearn.com/WoXJdRYGmwKb/?ref=app How to do it in css: https://code.sololearn.com/Wj4YmESQlX2i/?ref=app https://code.sololearn.com/WkcDw2PKTbrx/?ref=app
15th Oct 2018, 2:36 PM
Roneel
Roneel - avatar