Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:

my code is not getting approved and I don’t know why

Your code so far

<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 -->

      <img src="https://cdn.freecodecamp.org/curriculm/cat-photo-app/relaxing-cat.jpg">

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 8

Hi. You have a typo in your web address. Put a u in curriculum.

Welcome to the forum @preciosome

Check your

<img src""> 

You’ll see a typo

happy coding

Hi @preciosome

If you are still having problems, you can copy and paste the url from the instructions.

Happy coding