Build a Cat Photo App - Step 11

Tell us what’s happening:

I have done according to the instructions but it is still wrong and when I ask a friend the code is correct, can anyone help me

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

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

      

<!-- User Editable Region -->

      <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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 11

Add the anchor text cat photos to the anchor element. This will become the link’s text.

where is the text “cat photos” you are asked to add? the text you have does not look like “cat photos”

1 Like