what is under html p tag 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: tag html
<p>ENTER TEXT YOU WANT TO DISPLAY AS PARAGRAPH HERE</p>
What does the <p> tag do: Creates a new paragraph.
<p>This is a paragraph tag in HTML.</p>
<p>ENTER TEXT YOU WANT TO DISPLAY AS PARAGRAPH HERE</p>