html center the text of the page code example
Example 1: how to center text in html
text-align: center;
Example 2: how to center text in html
<p><center>YourText</center></p>
text-align: center;
<p><center>YourText</center></p>