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

Using HTML <em>

Adding HTML Line Breaks

Using HTML Targets

HTML h Header Usage

Making HTML Bold