how to make paragraph align in html code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: text align justify
text-align: justify;
<p style="text-align: center">this is centered</p>
text-align: justify;