Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

I typed the href attribute correctly but it saying it wrong.

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" alt="Five cats looking around a field. img>

<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 (Windows NT 10.0; Win64; x64) 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

It looks like you may have altered the original seed code. Please reset this step and try again. This time only change the attribute.

look at your image, this one has issues
see how the url you give to the src is the same color of the h2 element? that means that all the h2 element and the start of the a is treated as the value of an attribute, meaning there is a syntax error that needs fixing