Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

Error states my visits cat page needs a href instead of src attribute but I’ve put in href and correct and still getting same error.

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Safari/605.1.15

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

how many double quotes do you count on this line of code?
(make sure you always close your quotes)