HTML paragraphs are defined with the <p> tag.
<p>This is a paragraph.</p> <p>This is another paragraph with <b>bold text</b>.</p> <p>You can also use <i>italic text</i> inside paragraphs.</p>
Defines paragraph
Bold text inside paragraph
Italic text inside paragraph