- 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
4 Answers
+ 16
it will be better if u can provide the code
https://www.sololearn.com/learn/CSS/1090/?ref=app
+ 3
<div align="center">Yeah old style!</div>
<div style="text-align:center;">Whatever here is centered!</div>
+ 1
oh! ok, thank you!
0
u can use <center> tag to do so