diff --git a/guide/english/html/elements/paragraph/index.md b/guide/english/html/elements/paragraph/index.md index d4de480b77..e4e49f4acd 100644 --- a/guide/english/html/elements/paragraph/index.md +++ b/guide/english/html/elements/paragraph/index.md @@ -3,13 +3,13 @@ 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. +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 a paragraph

This is another paragraph @@ -18,4 +18,4 @@ The HTML

element represents a paragraph of text.

usually represents a bl #### More Information: -https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p +- [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p)