freeCodeCamp/guide/english/html/elements/paragraph/index.md

483 B

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

  <p>
     This is a paragraph
  </p>
  <p>
    This is another paragraph
  </p>

More Information:

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p