Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening:

I belive i have inserted the correct code but its not working

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more cat photos in our gallery.</p>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"    alt="A cute cat laying on its back">

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 9

1 Like

Try changing the word laying to lying.

They’re also missing the word “orange” to describe the cat.

1 Like

this is was the issue thank youuu :smiley:

1 Like