HTML - Paragraphs

Paragraphs are defined with the <p> tag.think of a paragraph as a block of text.it is used to keep some specific paragraph or related in one section of a document.<p> tag tag is paired tag and it sets the paragraph always with new line.

Example


<html>
<head>
	<title>Paragraphs>/title>
</head>
<body>
<p>This is sample paragraph used with <p> tag.</p>
<p>
   The Veewom is largest tutorials and educational website on the internet, for more details visit Veewom.com.
</p>
</body>
</html>
							

Output

Paragraphs>

This is sample paragraph used with <p> tag.

The tutorialsstudio is large tutorials and educational website visit virtualhax.com

Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!