Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

i am supposed to add the text “see more in our gallery” before and after an anchor element but i am unable to add the words. what do i do

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"> cat photos in our gallery</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 12

Hi @daniacquah9,

You need to add the See more part before the anchor element, and in our gallery part after the anchor element.

Here is a similar example:

You can check <a href="https://freecodecamp.org">my gallery</a> to see awesome dog photos```

Happy coding!
1 Like

Hi, Please, Can you be more specific? Is the SEE MORE, your MY GALLERY? Is the IN OUR GALLERY your TO SEE AWESOME DOG PHOTOS? What part is the CAT PHOTOS? Other threads are saying that needs to be on it’s own. I’ve tried every possible combination and nothing works.

Is there a way to just find the answer anywhere without going back and forth? Seems I’ve read several threads on this question and I still can’t get the actual answer. Is it possible to type it out without it turning into a link? Thanks

Hi there. Create your own topic to the challenge step using help button.

1 Like

I actually did that yesterday, but the topic is literally right here. I just need the answer so I can work backwards and figure it out on my own. There’s too much going back and forth. I’m trying to figure out where to put SEE MORE, and where to put IN OUR GALLERY. That’s all I need.

it’s a forum policy to not share answers.

Also please create your own topic to ask for help

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like