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