use of p in html 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 paragraph
<p>Hello World<p>
What does the <p> tag do: Creates a new paragraph.
<p>This is a paragraph tag in HTML.</p>
<p>Hello World<p>