Welcome back my dear friends, I really thankful to each and every one to support my articles and share it with your friends,.
In this post i proudly explained about the what is Html paragraph tag and also their uses,
What is Html paragraph tag ?
Paragraph tag will be consist of two tags such as opening tag <p> and another one is closing tag </p>
HTML Paragraph tag Uses :
The main use of html paragraph tag is used to show the group of contents inside the body tag.
Example :
<html>
<body>
<p> Sample Text </p>
<p> Sample Text 1 </p>
</body>
</html>
Save the program in .html extension and open the file in your web browsers to get the result .
html paragraph element examples
ReplyDeleteP paragraph tag first-line font-size