Tell us what’s happening:
I am on step 11. I have my anchors, but it’s not being accepted. I’m not understanding the comment of what I am missing. Below is the line I entered:
Comment for incorrect line:
Your anchor (a) element’s text should be link to cat pictures. Make sure to put the link text between the anchor (a) element’s opening tag and closing tag.
**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 cat photos.</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>