Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

i could not find a clue to solve the problem though

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="Two tabby kittens sleeping together on a couch."></>

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

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

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

Welcome to the Forum @danpace1999 !

You may can use this mdn-link to review your <a> elements in your code.

Hi

On your last 2 items you have removed the text from your anchor elements. You are only asked to replace the src attributes on the 2 anchor elements. I suggest you restart the step and try again and only do exactly as asked.