<p> Tag stands for the paragraph.
HTML <p> tag is used to write the paragraph. Every paragraph is written inside the paragraph tag.
Example of paragraph tag -
<!DOCTYPE html>
<html>
<head>
<title>Type of Heading Tags </title>
</head>
<body>
<p> Paragraph goes here . </p>
</body>
</html>
Run
A paragraph may be long or short. For all long and short paragraph, we used paragraph .
Example with small paragraph -
<p>The number one benefit of information technology is that it empowers people to do what they want to do.Learn about HTML,CSS ,PHP,WORDPRESS,.Net Framework . Complete programming tutorials and projects codes . Latest information related to technology and also know about popular games and so on .</p>
Note- for all paragraph must use paragraph tag.