Need help with step 11

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="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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 11

Link to the challenge:

This appears to be a duplicate of the one you just added a few minutes ago.

I’m new to this, I need assistance.

I had accidentally merged your two topics together not realizing you were asking for help on two different steps.

I have created a new topic for your just for this step 11

This challenge wants you to add the anchor text cat photos in between the opening and closing anchor tags.

If you need extra help you can look at the documentation on anchor elements

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