Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

I’ve tried all ways I’m stuck

Which ever way I took

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

see more      <a href="https://freecatphotoapp.com">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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hi there!

Copy the exact text and paste it on exact place the instructions is asking for. You should have See more before anchor opening tag and in our gallery after the closing anchor tag. Make sure to add a space between the words and tags.

Hi thanks for your response, but do you mind being a bit more detailed?!
Copy what where, I have tried so many ways

You should have the words See more before anchor opening tag and the words in our gallery after the closing anchor tag. Make sure to add a space between the words and tags.

before anchor opening tag which one?

I keep doing this but it’s not working for me I’m stuck

I feel like I’m giving up

You should review previous challenges, if you didn’t know about anchor element tags.

Hi @Abe22

  1. Capitalise the word see
  2. Replace the white space between the word more and the anchor opening tag with a single space
  3. After the closing anchor tag add a single space, then the words in our gallery

Happy coding