--- title: Paragraph Tag --- ## Paragraph The HTML `

` element represents a paragraph of text. `

` usually represents a block of text that is separated from other blocks by vertical blank space. ### Example ``` html

This is a paragraph

This is another paragraph

``` #### More Information: - [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p)