center words in html code example
Example 1: how to center text in html
text-align: center;
Example 2: center header html
<h1 align="center">This is heading 1</h1>
text-align: center;
<h1 align="center">This is heading 1</h1>