Tell us what’s happening:
please help me. it is saying use only one anchor tag
You should only add one opening anchor (a ) tag. Please remove any extras.
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">.<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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 15
Two things to fix here:
1- you need a closing anchor tag
(Make sure you place it where it can make the img turn into a link)
2- you have a stray period (dot) after the anchor opening tag. You should delete that.
because of the hint i got more confused, it says i have added more than one tag so i keep deleting '>'closing tags .
i watched a youtube video and completed this round.
ok i agree with you.
in section 16 it is about a section i don’t know what’s a section is before going into practice session.
if u provide a small introduction 30 seconds video like "what is a session in HTML " it will be more helpful for beginners like me