Learn HTML by Building a Cat Photo App - Step 11

Tell us what’s happening:

The information shows : Your anchor (a) element’s text should be cat photos. Make sure to put the link text between the anchor (a) element’s opening tag and closing tag.

I tried to read others’ post, but still not figure out.
Thank you for your help!

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://www.cat photos.org">click here to go to cat photos</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 11

Hey Buddy, See the given word in instructions is cat photos

You only need to add this only when you add this the word cat photos will get convert into an anchor tag.

Hope You Understand.

2 Likes

I got it!! Besides that , I realized that I add wrong URL. Thank you!! :blush:

2 Likes

Most Welcome Buddy, Only this how we learn things.

Happy Coding !!

1 Like

i don’t know how to pass step 11 please help me

it is about Learn HTML by Building a Cat Photo App - Step 11