Learn HTML by Building a Cat Photo App - Step 22

Tell us what’s happening:
After the unordered list, add a new image with an src attribute value set to:

https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg

And its alt attribute value to:

A slice of lasagna on a plate.

Im using the src=link and then alt, but I dont know what im doing wrong

Your code so far

    <ul>
      <li>cat nip</li>
      <li>laser pointers</li>
      <li>lasagna</li>
    </ul>
    <img src="https//cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate">
  </section>
</main>
```

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0

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

Link to the challenge:

wow im sorry I found it. can I delete post lol

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