Tell us what’s happening:
Describe your issue in detail here.
hi guys! im new here so cut me some slack lol >-< I’m currently trying to hyperlink on a picture via anchor controls and i am s t u c k. I know im supposed to nest the element (img) between the (a) element but im not quite sure where to nest the anchor in this element. Whenever im close it tells me that i have too many opening tags for anchor element. CONSTRUCTIVE CRITICISM IS SO WELCOMED RIGHT NOW. thanks guys <3
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<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>
<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 (X11; CrOS x86_64 14989.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 15
Link to the challenge: