Step11 can't seem to solve it referenced other html docs

Tell us what’s happening:
What am I doing wrong folks can someone be kind enough to le me know. Tried everything imaginable and still at no avail.

  **My code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
   <a href="http://freecodecamp.org">click here to go to freecodecamp.org<a/> <p>Click here to view more cat photos.</p>
    <a href="https://cat photos.org">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 (Linux; Android 9; G5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.36

Challenge: Step 11

Link to the challenge:

Hi @gmwarpdrive !

Welcome to the forum!

I would reset the lesson.

here is the starter code you were presented with in the lesson.

<a href="https://freecatphotoapp.com"></a>

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

It looks like in your current code you changed to many things you weren’t supposed to.
Make sure to only add the cat photos text and nothing else.

Hope that helps!

1 Like

Well thank you so much, there is latency with key out put on the site so before you know it I deleted the prior line and or get same word written many times over. So thank you once again! Attn. Carlos.

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