<?xml version="1.0" encoding="utf-8"?>

Displaying multiple paragraphs

Displaying multiple paragraphs Bad Practice
Displaying multiple paragraphs Best Practice

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.

Improve your UX & Product skills with interactive courses that actually work