The HTML <p> tag is used to define a paragraph. A paragraph always starts on a new line and browsers automatically add space before and after the paragraph.
This is a paragraph.
This is another paragraph. HTML automatically adds space between paragraphs.
Paragraphs can contain long text and will wrap automatically according to the screen size.