html paragraph name code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: html p
<p>Paragraph text.</p>
<p style="text-align: center">this is centered</p>
<p>Paragraph text.</p>