how to text align in center in html 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>