p element
<P> (Paragraph Element)
Explanation
P element is used to the group the section of a content in a document.
Example Code:
Result :
Hyper Text Markup Language [HTML] is a markup language used to create hypertext documents that are platform independent.
- It is one among the most frequently used tags in HTML.
- Use this element to combine the paragraph in a content.
It is available in the previous versions of HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It is applicable to all major web browsers.