how to cneter a text in html code example
Example 1: html how to center text
<p style="text-align:center;">Centered paragraph.</p>
Example 2: align centre
.headerTwoDiv{
margin:1% auto;
margin-right: auto; margin-left: auto; width: 21%;
padding-top: 11px;
}