paragraph properties in ht,l code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: html paragraph
<p>Hello World<p>
<p style="text-align: center">this is centered</p>
<p>Hello World<p>