to shift head tag in middle code example
Example 1: html how to center text
<p style="text-align:center;">Centered paragraph.</p>
Example 2: how to center a html header
h1{text-align: center;}
<p style="text-align:center;">Centered paragraph.</p>
h1{text-align: center;}