HTML Paragraphs
The HTML <p> tags defines a paragraph. this element is always written in a start tag, some content, and a close tag. it is always displayed on a new line. Syntax
<p>Here you can add paragraph</p>Example
<h4>What is Lorem Ipsum?</h4> <p>Lorem ipsum, or lipsum as it is sometimes known, is dummy text</p>Output