Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

  1. Your img element should have an alt attribute instead of the non-existent att attribute.

Your code so far

<h1>Welcome XYZ Pet Adoption!</h1>
<p>Consider adopting a pet today. We have cats, dogs, rabbits and more.</p>

<h2>See our cats!</h2>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" att="Two tabby kittens sleeping together on a couch."></img src>

<h2>Adopt a cat!</h2>
<a href="/cats">Visit cats page</a>

<h2>Adopt a dog!</h2>
<a href="/dogs">Visit dogs page</a>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-debug-pet-adoption-page/685239f0cad43c7a909cbd98.md at main · freeCodeCamp/freeCodeCamp · GitHub

hello @turningpointcargo welcome to the forum!

you still don’t have the alt attribute in your <img> (check the spelling).

<img> tags don’t have closing tags, you should remove the closing img tag (</img src>)