Learn HTML by Building a Cat Photo App - Step 11

Tell us what’s happening:

I do not understand what I have to do. Where do I add the writing and where is the elementName supposed to go?

Thank you

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 -->

      <cat photos>=
        "https://freecatphotoapp.com"> </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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 11

You have added the text on wrong place. Reset the challenge step by click the Reset button. Then add the exact text cat photos between the anchor opening and closing tags.
@amara.chaker

I still don’t know what to do.

You have an example in the challenge instructions. See the example how it’s look like, where is that example anchor element have the text.
My Example :

<a href="link">required text</a>

You need to add the words cat photos between the anchor opening and closing tags, you have in the challenge editor. Like I have added the required text words between the anchor opening and closing tags.

Thank you so much!! :heart:

1 Like