Learn HTML by Building a Cat Photo App - Step 9

i dont know where i made a mistake but i did everything needed on step 9 . anyone care to help me understand whats needed on step 9

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orage cat lying on its back">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0

Challenge: Learn HTML by Building a Cat Photo App - Step 9

Link to the challenge:

Hi Welcome!

Always double check your spelling or use copy-paste to avoid having to.

I see you mispelled orange for eg.

thanks for the help i got it correct

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