The paragraph element learn HTML

The paragraph element learn HTML
this is example for paragraph element

<html>
    <body>
        <p>this is paragraph.</p>
        <p>this is new paragraph</p>
        <p>this is <br> a new line</p>
    </body>
</html>