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