<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cute-cat.jpg">cute cats</a> online!</p>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Step 13
Now that you turned the text cat photos inside the p element into a link, you don’t need the second link below the p element. Delete the entire anchor element below the p element.
Sorry, your code does not pass. Try again.
Do not make any changes to the elements you created in the previous step.