How do you make a text to move from other side to the other (From right to left or left to right)? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How do you make a text to move from other side to the other (From right to left or left to right)?

5th Sep 2016, 7:30 AM
Martin Malefetsane Lekhatla
Martin Malefetsane Lekhatla - avatar
4 Réponses
+ 3
use <marquee>some text </marquee> tag in page.
12th Oct 2016, 2:40 AM
Navneet kumar
Navneet kumar - avatar
+ 1
using html you can use this; <p align="center"> write your text here </p> exchange 'center' with 'right' or 'left' hope i helped :)
11th Sep 2016, 9:47 PM
Arnold Gyan
Arnold Gyan - avatar
0
or you could just use <p> <center>Your text </center ></p> replace 'center" with 'left' 'right' or 'justify'
13th Sep 2016, 7:36 AM
Arnold Gyan
Arnold Gyan - avatar
0
use direction="rtl" or "ltr"
17th Sep 2016, 12:17 PM
Vahid Borji
Vahid Borji - avatar