How to use Paragraph in HTML - The Paragraph Tag Using

Chakri Circulars
0

The paragraph tag using is the most usable tag in HTML. Paragraph tag means <P> is that and closing is </P>. Here every coder is using paragraphs for his web content that are shown resized and nice. If your all paragraph are looking organize then your content will be looking organized.  


Paragraph Tag Using




The paragraph is a very simple tag. You just use it in HTML. Every paragraph is written in your paragraph in element. 


How to use Paragraph in HTML

This is my paragraph. You can edit it easily 

This is my paragraph. You can edit it easily 

This is my paragraph. You can edit it easily 


Here we see the 3 Paragraphs we write specifically in 3 lines. but some of them if we are not using a paragraph tag then it will be shown in the one line like 


This is my paragraph. You can edit it easily This is my paragraph. You can edit it easily This is my paragraph. You can edit it easily 


HTML Coding Using Paragraph

<!DOCTYPE html>
<html>
<body>

<p>This is my paragraph. You can edit it easily </p>
<p>This is my paragraph. You can edit it easily </p>
<p>This is my paragraph. You can edit it easily </p>

</body>
</html>

Here we see the Paragraph Tag shows the content of paragraph tag content. If you do not understand then you must run it on your Browser.


Read More

>> What is HTML Heading Tag and How to use HTML Heading

>> How to Add Image HTML




Tags

Post a Comment

0 Comments
Post a Comment (0)