How to make the texts appear at the center in html? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

How to make the texts appear at the center in html?

im having some trouble in putting texts at center. i am a young programmer and i only know how to use html so far

8th Aug 2018, 5:17 AM
Naj
Naj - avatar
4 Réponses
+ 16
it will be better if u can provide the code https://www.sololearn.com/learn/CSS/1090/?ref=app
8th Aug 2018, 5:23 AM
🌛DT🌜
🌛DT🌜 - avatar
+ 3
<div align="center">Yeah old style!</div> <div style="text-align:center;">Whatever here is centered!</div>
8th Aug 2018, 5:24 AM
Ipang
+ 1
oh! ok, thank you!
8th Aug 2018, 5:25 AM
Naj
Naj - avatar
0
u can use <center> tag to do so
8th Aug 2018, 7:25 AM
Nitesh Kumar Pandey
Nitesh Kumar Pandey - avatar