Learn HTML by Building a Cat Photo App - Step 15

My anchor (a) element supposedly is not closed properly and from my understanding, it is closed properly. According to the hints is the only aspect that’s incorrect in the code. Appreciate the help!

Your code so far

<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>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 15

Remove space after opening anchor tag and before closing anchor tag.
@diaphanous_ag

That is correct code. Maybe you modified your other part of your code. Reset your challenge and try again. And if didn’t passed, clear your browser cache or Change your browser for doing again this step.
@diaphanous_ag

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.