Tell us what’s happening:
Describe your issue in detail here.
Its telling me that there should be an img src element to the address it gives me, i copy and pasted it. And its still telling me that im missing the link.
Any reason, im getting this wrong?
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.">
</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: