<!DOCTYPE html>
<html>
<body>
<h2>HTML Paragraps</h2>
<p>HTML paragraphs are defined with the <p> tag.</p>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>