HTML Paragraph Tags

To narrate the contains we need paragraph tag and this type of tag is easy to set up in the HTML codings. HTML paragraph tags are so important to make the coding perfect and easy. This tag starts with <p> and ends with </p>. The texts are put between these two tags.

Follow the codings to make it easy...........

<html>
<body>

<p> This is a paragraph tag </p>

</body>
</html>


By practicing more you can also be master with this.


 

No comments:

Post a Comment