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

element represents a paragraph of text.

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

This is a paragraph

This is another paragraph

``` #### More Information: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p