A paragraph <p> always starts on a new line, and is usually a block of text.

The HTML <pre> Element


The HTML <pre> element defines preformatted text content is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks.

HTML_Paragraphs