Making HTML Paragraphs

If we want to make paragraphs in our articles in HTML, we use the p tag.

The usage is as follows..

<p> Our first paragraph example. </p>
<p> Our second paragraph example. </p>

The result will be like this.

Our first paragraph example.


Our second paragraph example.



You May Interest

HTML h Header Usage

Using HTML Targets

What is HTMLCollection ?

Making HTML Italic Fonts

Making HTML Bold