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