HTML Paragraphs - chrisbitm/python GitHub Wiki
The <p>
Tag in HTML is used to define a Paragraph. It is a Block-Level Element, which means it typically starts on a new line and takes up the full Width available.
<p>This is a paragraph of text.</p>
By default, Browsers will add some Margin above and below a <p>
Tag for Spacing between Paragraphs.