Tell us what’s happening: It wont work
Describe your issue in detail here.
**<p><h1><main>CatPhotoApp</h1><main></main>**
<html>
<body>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more cat photos.</p>
<p><h1><main>CatPhotoApp</h1><main></main>
<h2>Cat Photos</h2>
</body>
</html>
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more cat photos.</p>
</body>
</html>
You should only add a single opening <main> and a single closing </main>. Don’t move any of the other code around.