Build a Cat Photo App - Step 12

Tell us what’s happening:

on step 12 they told me to write the words" see more" before the anchor element and" in our gallery "after the anchor i did it but it’s not working

see more cat photos in our gallery

<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> in our gallery
      

<!-- 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/145.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 12

it is working though, these tests are Case sensitive so if you put one or more extra space or mess-up in upper or lower case it’ll not be acceptable, please check what you typed again

Hi buddy see here this is the exact text which you need to add in the code.

See more 

When you will add this then you will be able to pass this test.

Note :- In coding all the texts are case sensitive so in order to avoid mistakes you need to direct copy and paste texts so that there will be less chance for mistakes.

Hope you understand.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.