Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

I did everything to fix the problem and its still not working.

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">see more 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/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hey Buddy, Here You need to ad this word,

Before This anchor tag.

And this text in our gallery after the closing anchor tag.

Hope You Understand !!

Tell us what’s happening:

step 12 this giving me problems I deleted cat photos and put see more in our gallery and still not working

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">See more 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/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Add the words See more before the anchor element and in our gallery after the anchor element

You must not delete anything here. You just have to add something before the anchor element and after it

1 Like

Hey Buddy, Here kinldy do reset your code.

And put the word See more before your anchor tag <a href="">

And 2nd thing replace the words in our gallery after your closing anchor tag. </a>

Third thing don’t remove the word cat photos

Hope You Understand !!

MOD Solution removed
thanks it worked

1 Like

Hey Buddy, Remove your Soln. Don’t write it here on Forum.

Hope You Understand…

1 Like

Hi @Abe22

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Okay thanks I’m sorry