In HTML, a paragraph is defined using the <p>
tag. It is a block-level element that is used to group and display a block of text, creating a new paragraph in the document. By default, paragraphs are separated from each other by some space, providing a clear visual distinction between different blocks of text.
<p>
tag will start on a new line and take up the full width available.<span>
, <a>
, <strong>
, <em>
, and others to format parts of the text.Try it yourself
Paragraph Output