The paragraph tags are used to define text.

The <p> tag is used to start a paragraph.

The </p> tag is used to end a paragraph.

<p>This is the text of a web page that appears in the pragraph tag.</p>


HTML Paragraph Tags Example

code:





<p>This is the text of a web page.</p>




result:


This is the text of a web page.








Privacy Policy