<p>Hello world</p>
What does the <p> tag do: Creates a new paragraph.
<p>This is a paragraph tag in HTML.</p>
tag html
<p>ENTER TEXT YOU WANT TO DISPLAY AS PARAGRAPH HERE</p>
<p> your text here </p>
<p>this is paragraph tag in HTML</p>
<p>Paragraph</p>
//Author: Mohammad Arman Khan
<p>Creates a new paragraph</p>
p{
}
<!-- A paragraph is marked up as follows: -->
<p>This is some text in a paragraph.</p>
<!-- Align text in a paragraph (with CSS): -->
<p style="text-align:right">This is some text in a paragraph.</p>
<p>I am a paragraph of text that has a few words in it.</p>
<p id="Paragraph">Paragraph example</p>