css for <p> tag formatting code example
Example 1: center p html
<p style="text-align: center">this is centered</p>
Example 2: p tag
What does the <p> tag do: Creates a new paragraph.
<p>This is a paragraph tag in HTML.</p>
<p style="text-align: center">this is centered</p>
What does the <p> tag do: Creates a new paragraph.
<p>This is a paragraph tag in HTML.</p>