how to put the heading in th ecenter of th html page code example
Example 1: how to put the heading in th ecenter of th html page
<center>Center this text!</center>
Example 2: how to put the heading in th ecenter of th html page
<p style="text-align:center">Center this text!</p>