html p tag js code example
Example 1: p tag
What does the <p> tag do: Creates a new paragraph.
<p>This is a paragraph tag in HTML.</p>
Example 2: html p
<p>Paragraph text.</p>
What does the <p> tag do: Creates a new paragraph.
<p>This is a paragraph tag in HTML.</p>
<p>Paragraph text.</p>