HTML <p> tag creates a paragraph block to write paragraph. It is a block level element.

Example

<html>
<body>
<p>
Hello world, How are you.
This is HTML <p></p> example
</p>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *