Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening:

Describe your issue in detail here.what is wrong with this section please help

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>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A orange cat lying on its back">

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 9

Please talk to us about what has you stuck. It’s hard to help without information and communication is a critical programming skill.

I have a problem within the alt atrribute.it seems to not be reading at the seo

I’m not sure what this means?

ok well we cant understand each other

Can you try to explain what you mean?

What does the error message say?

I was to add alt= attribute in the img element but it is bringing out errors

What errors? Can you say that the error message says?

I was able to get an error message by running your code. It looks like the error message says that what you typed as the alt text is not exactly, down to the last word and character, what the instructions asked for. Double check what you wrote one word at a time.

2 Likes

thank you very much now I understand

2 Likes