Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<main>
<section>
<h2>Cat Photos</h2>
<!-- Comment -->
<p>Here are some cute cat photos:</p>
<a href="#"><img src="cat1.jpg"></a>
<a href="#"><img src="cat2.jpg"></a>
</section>
<section>
<h2>Future Content</h2>
<!-- Comment -->
<p>This section contains future content.</p>
<a href="#">Learn more</a>
</section>
<!-- User Editable Region -->
</main>
</body>
</html>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 16
Link to the challenge: