The p tag
The p
tag creates a paragraph. Paragraphs, along with headings, make up the basic structure of the text in an HTML page.
Example
Let's make a few paragraphs:
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
: