Learn HTML by Building a Cat Photo App - Step 9 I don't know why this isn't working

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more cat photos.</p>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orage cat lying on its back">
    </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/107.0.0.0 Safari/537.36 OPR/93.0.0.0

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

Link to the challenge:

Please tell me why this isn’t working

Hey have you solved this issue?
And if not could you please reply to my message with what error you are getting.

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.

Hey, it looks like you made a spelling mistake in you’re code.

A cute orange cat lying on its back
copy and paste this in alt=“”

1 Like

thank you. I don’t know how I didn’t see that

All I see is a spelling mistake

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