<img src="cat.jpg"alt="A cute orange cat lying on its back">pls someone should help step 9

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

Add an alt attribute to the img element with the text A cute orange cat lying on its back.
Your code so far
<img src="cat.jpg"alt=“A cute orange cat lying on its back”>

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <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">
    <img src="cat.jpg"alt="A cute orange cat lying on its back">
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 9

Link to the challenge:

Hi @okaforesther1570 !
It looks like you have two img tags when you are only supposed to have one.
I would reset the lesson and make sure to at the alt attribute to the existing img tag on the page.

this will work out for you.
at the step9, do not start with <img that is where the problem is. just remove the closing tag (>) from step8 and continue with (alt=" A cute cat orange cat lying on its back">

add an anchor element after the paragraph that links to http://freecatphotoapp.com

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