<!DOCTYPE html>
<html>

<head>
  <title>Paragraphs</title>
</head>

<body>
<h2>The Paragraph <p> Element</h2>

<p>Here is a paragraph of text.</p>
<p>Here is a second paragraph of text.</p>
<p>Here is a third paragraph of text.</p>
</body>
</html>