Which pair of tags is used to hold the content of a web page?
<body>
</body>
<h1>
</h1>
<p>
</p>
Nice!
We use the <body> tag to display content on a web page.