Tell us what’s happening:
Describe your issue in detail here.
Identify the main section of this page by adding a <main> opening tag before the h1 element, and a </main> closing tag after the p element.
Your code so far
<html>
<body>
<!-- User Editable Region -->
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
<main> <h1>CatPhotoApp</h1> <p>See more cat photos in our gallery</p></main>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 5