Learn HTML by Building a Cat Photo App - Step 9

Your img element’s alt attribute value is set to something other than ‘A cute orange cat lying on its back’. Make sure the alt attribute’s value is surrounded with quotation marks.

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>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat laying on its back">
    </main>
  </body>
</html>

Your mobile information:

iPhone - iOS17.5.1

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

Link to the challenge:

Hi there and welcome to our community!

You have ‘laying’ but the instructions require ‘lying’.

Hi Mam, as it is said Every problem solution we get only in problem , So same here it is !!

Here by Instructions you need to only change the word Laying

Hope you understand !!

hi there, it is best not to post a response if you just plan on saying the same thing that another person has already said. If you agree with the other person you can like their comment, but posting your own comment with nothing more to add just doesn’t add any value to the forum.
Hope you understand.

1 Like

Thanks

thnks it really helped me
1 Like

Most Welcome !!

Happy Coding !!

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