how to aliign to center html code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: center header html
<h1 align="center">This is heading 1</h1>
<p style="text-align: center">this is centered</p>
<h1 align="center">This is heading 1</h1>