<p align="center"> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

<p align="center">

I saw this <p align="center"> Blah blah </p> And I tried <p> <align="center"> Blah blah </p> But this didn't make the sentence to the center. Does < Align="center"> have to be always inside P? Is there any other way to make P to the center?

10th Mar 2019, 3:24 AM
Seong
Seong - avatar
3 Answers
+ 6
Align is attribute
10th Mar 2019, 8:21 AM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 1
More current way to center a paragraph: <p style=“text-align:center;”> centered text </p>
10th Mar 2019, 4:38 AM
Mike
Mike - avatar
0
Thank you guys!!!
10th Mar 2019, 6:15 AM
Seong
Seong - avatar