Files
freeCodeCamp/guide/english/html/elements/paragraph/index.md
2018-10-16 21:32:40 +05:30

483 B

title
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