Menu
Text & Formatting
<p> Paragraph
A block of running text.
1The Workhorse Tag
Paragraphs wrap blocks of text. Browsers add a default top and bottom margin so consecutive <p> tags stack with vertical space.
Example Code
<p>This is a paragraph of text.</p>
<p>This is the next paragraph. It starts on a new line.</p>Finished reading?
Mark this topic as complete to track progress.