I cannot pass level 11. i need help

Tell us what’s happening:
Describe your issue in detail here.

  **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>
    <a href="cat photos"></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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 11

Link to the challenge:

HI @Easyboi !

Welcome to the forum!

make sure to fill this part out so we know how to help you.
Describing your issue will come in handy when the challenges increase in difficulty.

As for your challenge, I would reset the lesson.

The lesson wants you to add the anchor text of cat photos in between the opening and closing anchor tags.

Take a close look at the sample they gave you.

<a href="https://www.freecodecamp.org">click here to go to freeCodeCamp.org</a>

click here to go to freeCodeCamp.org is the anchor text.

In this challenge, add the anchor text of cat photos in the right place to pass the test
Do not alter the opening or closing anchor tags.
Just add the cat photos text.

Hope that helps!

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