HTML <p> tag
Usage
Used to define a paragraph. By default paragraphs are displayed as block elements and as such are given a new line before and after the section of text.
Example
Code:
<p>This is a paragraph</p>
<p>And this is another one!</p>
Output:
This is a paragraph
And this is another one!
Required Attributes
- none
Optional Attributes
- none