Which pair of tags are used to display paragraphs on a web page?
<p>
</p>
<h1>
</h1>
<h3>
</h3>
Neat!
The <p> tag is used for paragraphs while <h1> and <h3> tags are used to display headers.