html paragraph tag | How to use html p tag


html p tag (paragraph tag) use to add  paragraphs in html

<p>this is a html paragraph</p>
<p>html code for new paragraph</p>

content of paragraph should be place in between opening <p> tag and closing </p> tag.

Popular Posts