<p> tag using for create paragraph in HTML. You must check tag open<p> & close</p> every coding.
Ex - <p>Welcome to Coding Request</p>
Now we are checking the Paragraph tag in HTML.
<html> <head>
<title>Coding Request</title>
</head>
<body>
<p>Welcome to coding request website</p>
<p>Free Education For All</p>
<p>How are you</p>
</body>
</html>
Code view in Notepad++
Noteped++ Download link here https://notepad-plus-plus.org/downloads/Image 1
Some coding meaning here
<title>..........</title> - Your title place
<p>...........</p> - Paragraph place