Hi!
I’m new to coding and I’m trying to learn. However, been stuck at this lesson for like an hour. I don’t understand what I’m doing wrong. I’m trying to make the picture of the cat a link, but I’m not sure exactly where I should put in the anchor. The error I’m getting is
" You should only add one opening anchor (a) tag. Please remove any extras."
Which extras should I remove? I’d appreciate any help. Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<a href="https://freecatphotoapp.com"</a> <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>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0
Challenge: Learn HTML by Building a Cat Photo App - Step 15
I really appreciate the advice. However, I still cannot pass this lesson. There is still something wrong with the code. It now looks like this
type or paste code here
<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/>