Tell us what’s happening:
Its telling mebits wrong. I am anchor it correctly as it is showing and still, is not acceptable.
Does the (a) anchor need the both [<>] arrows or not . When i out it, not working, when i change it so it highlighted, its tell me the its missing the element for the (a). So hard. For no reason.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more
<a href="https://freecatphotoapp.com"
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg." alt="A cute orange cat lying on its back."
</a>
</p>
</main>
</body>
</html>
Your mobile information:
SM-G996U - Android 14 - Android SDK 34
Challenge: Learn HTML by Building a Cat Photo App - Step 15
Link to the challenge: