Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

my element is still wrong. I don’t know what i
I’m missing

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 href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" att="Two tabby kittens sleeping together on a couch."></img>

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

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

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

Welcome to the forum @gsantos2

Which element is not working?

The code you posted is the same as the starting code.

Happy coding

you should look at user stories to know what to do,
also you can search for anchor element to be sure which attributes is useable with it.
happy coding

The img element is a void element. It doesn’t need a closing tag.