Learn HTML by Building a Cat Photo App - Step 9

Hi!
I really do not understand what the problem is here. Helpppp

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <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 orange cat lying ot its back">
    </main>
  </body>
</html>

Welcome to our community!
Follow the rule:
image

Thanks!
Isn’t it exactly what i did? I can’t see what’s wrong here :smiling_face_with_tear:

No need to answer! I misspelled the word “on” lol
Thank you!

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