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

How do align text

<p align text= left />

8th Oct 2022, 1:59 PM
OlafareMofeoluwaReuben
1 Respuesta
+ 2
Preferably by using CSS: <p style='text-align: center;'>Text</p> You will learn about it in the sololearn CSS course.
8th Oct 2022, 2:14 PM
Lisa
Lisa - avatar