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 Targets

Adding HTML Line Breaks

Making HTML Italic Fonts

What is HTMLCollection ?

Using HTML <em>