HTML paragraphs (use of <p> tag)


<html>
<body>

<p>my webpage.</p>
<p>my webpage.</p>
<p>my webpage.</p>

</body>
</html>