html center text in paragrapg code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: center text in html
text-align: center;
<p style="text-align: center">this is centered</p>
text-align: center;