The HTML <p> element defines a paragraph. Browsers automatically add white space (margin) before and after a paragraph.
<p> - Paragraph<br> - Line break inside paragraph<pre> - Preformatted text (preserves spaces/newlines)<hr> - Thematic break / horizontal lineEdit the code below and click Run to see the result live.