Learn HTML by Building a Cat Photo App - Step 11

Tell us what’s happening:
Describe your issue in detail here.
I was trying not to come here but I got stuck at this point. I would love some assistance if possible. My deepest gratitude to anyone for their assistance.

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>
      <a href="https://freecatphotoapp.com">"catphotos"</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 mobile information:

Pixel 9 Pro XL - Android 15 - Android SDK 35

Challenge: Learn HTML by Building a Cat Photo App - Step 11

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi and welcome to the community!
Make sure the text inside the anchor element is correct. Like is any quotation mark needed there? Maybe there’s a space between the words?

1 Like

Welcome to the community!
It says - “Add the anchor text cat photos to the anchor element. This will become the link’s text.”. Please exclude (") and make sure you have added a space between cat and photos.
cat photos

1 Like

Hey Buddy Here is the text cat photos which you need to put inside your anchor tag.

And here you no need to put " " to these text.

Hope You Understand.

1 Like