Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

I have updated the src to href link however I’m missing something in creating the link. Can someone assist in how to create the correct web address.

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="/cat"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/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

Here’s an example of how to create a link:

<a href="/test">This is a link</a>

Your opening a tags are missing a closing >

<a href="/test">