| Tag | Description |
|---|---|
<p>
|
The <p> tag defines a paragraph. |
| HTML Code | Display |
|---|---|
<p>The p element automatically creates some space before
and after itself. The space is automatically applied to
the browser, or you can specify it in a style sheet</p>
|
The p element automatically creates some space before and after itself. The space is automatically applied to the browser, or you can specify it in a style sheet |