Learn HTML by Building a Cat Photo App - Step 11

So i follow the instruction but still can’t figure out what went wrong

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>
      <a href="https://freecatphotoapp.com">click here to go to freecatphotoapp.com</a>
      <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 mobile information:

Infinix X6812B - Android 11 - Android SDK 30

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

Link to the challenge:

Welcome to the community @syauganshidqi !

Good attempt!

The text is not correct.
Please review the instructions and enter the correct text?
Copy and paste it into the same place.

This should pass for you.

Happy coding! :sun_with_face:

Thank you. It worked

1 Like

Great to hear @syauganshidqi !

Happy coding! :sun_with_face:

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