Skip to main content
🎁 Exclusive Launch Deal: Premium Themes Available FREE — Grab Yours Now!
Back to Blog
General

Paragraph in html tag

admin 3 min readPublished Jul 17, 2022Updated Jul 3, 2026
Paragraph in html tag

In this blog, I am going to cover about Paragraph in html tag, If you are a Html learners you should read this blog till end.

Every web page have at least a content , In world there are not websites without content.

For that content paragraph

tag is very useful, It defines the paragraph in web pages.

It start with

tag and end with

tag.

Let's understand Paragraph in html tag with below example.

This is my first paragraph

This is my second Paragraph

This is my third Paragraph

Below will be the result

You can see each paragraph started with new line.

Now we we will understand how you can use html heading tags with paragraph

Topic 1

This is my first paragraph

Topic 2

This is my second Paragraph

Topic 3

This is my third Paragraph

Let's see it's result

Here you can see how you can use html heading for subtitles of your topic and then it's content , So it becomes easy for your readers to understand your structure of content and make it easy for reading.

Now suppose you want to add break between your content without paragraph. So how you can do that.

If you remember in our List of Basic Html tags topic we explained about some basic tags where we explained about
tag.
tags is used for break the line.

Let's understand it with simple example.

 

Topic 1

This is my first paragraph.
Lorem ipsum lorem ipsum lorem ipsum

Topic 2

This is my second Paragraph

Topic 3

This is my third Paragraph

Here you can see we have add
tag in first paragraph , Let's see its output as below

Here you can see there are no space between first line and second line in first paragraph so I hope you understand the difference between paragraph

and
tags.

Now if you want to make some separation between paragraphs to make it more formatted ways so you can add tag to draw a line , Let's understand with below example

Topic 1

This is my first paragraph.
Lorem ipsum lorem ipsum lorem ipsum


Topic 2

This is my second Paragraph


Topic 3

This is my third Paragraph


You can see that after every paragraph I have added , Now let's see the result as below

You can see that now it's looks something better.

You cans see a line after every paragraph.

Hope you find this Blog very useful for you and you can learn html with us like this, So please stay connected and visit us again. Have a wonderful day!

[mc4wp_form id="194"]