Displaying multiple paragraphs
A paragraph is a block of text that starts from a new line. In the HTML world, we use the <p> element to define a paragraph, and browsers automatically add some white space before and after it. Keep in mind that the <p> element is a container, and it should have the start <p> and end </p> tags to divide text into sections.

