Paragraph. The HTML <p> tag is used for defining a paragraph.

Also see the <br> tag for creating a line break within a paragraph.

Required Attributes

  • None.

Optional Attributes

Example

<p>some text here an then <br />
some more text next line</p>

Changes in HTML5

  • None.

Related Tags