Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

i have tried the read search and nothing happend i’m tired

Your code so far


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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hi there. First latter should be capital and also you have one extra space before the text in our gallery

Hi and welcome to the forum!
You might have also added an extra space here before >:

Remove it and it will help your code pass.
It can be frustrating sometimes to try to solve a challenge and get it wrong all the time but don’t worry. Take a short break and come back to your code. Sometimes you don’t notice your mistake at first and it’s totally fine. All of us go through the same process.
If you need help, there are a lot of campers here who can help you.
Good luck!

1 Like