Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

on god whats wrong i literally can’t see the problem

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." 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/141.0.0.0 Safari/537.36 OPR/125.0.0.0

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

You should review the syntax for img and a elements and make sure yours is correct.

see how the h2 tag has a > before the text?

where is that for this?