HTML Paragraph <p> Element
By Christopher Kielty, Updated Jan 18, 2019
Use <p> for paragraph text in the body of an HTML document, like this:
<p>In HTML paragraphs like to hang out in paragraph tags.</p>
Typically a block level element, the default behavior is to place some space between paragraph blocks -- because it's a block level element -- which can be adjusted with CSS styling.