to align text in center in html code example
Example 1: html align right
<p style="text-align:right;">Example</p>
Example 2: center text in html
text-align: center;
<p style="text-align:right;">Example</p>
text-align: center;