08
Jan 2019
Paragraph Tag
The
tag offers a way to structure your text into different paragraphs.
Each paragraph of text should go in between an opening
and a closing
tag as shown below in the example −
Example:
Here is a first paragraph of text.
Here is a second paragraph of text.
Here is a third paragraph of text.
Result:
Here is a first paragraph of text.
Here is a second paragraph of text.
Here is a third paragraph of text.