Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening:

Learn HTML by Building a Cat photo App step 9

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 cute 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/123.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 9

Welcome to the forum @wainainajosep

You closed the image element too early.

Please remove the angular bracket shown in the code block.

Happy coding

1 Like

I am having trouble executing the correct code for step #9.
This is my code currently

<img src=“cat.jpg” alt=“A cute orange cat lying on its back”

I am not sure what I need to put in or take out.

I am very new to coding and what like to know what am I doing wrong to not correctly add the “alt” feature to my image code.

Thank you again for the corrections.