Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

I feel like my codes are off but I am able to see my error, please help :slight_smile:

Welcome XYZ Pet Adoption!

Consider adopting a pet today. We have cats, dogs, rabbits and more.

See our cats!

Two tabby kittens sleeping together on a couch.

Adopt a cat!

Visit cats page

Adopt a dog!

Visit

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>
<img src="cats"alt="Visit cats page">

<h2>Adopt a dog!</h2>
<img src="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/140.0.0.0 Safari/537.36 Edg/140.0.0.0

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-debug-pet-adoption-page/lab-debug-pet-adoption-page

Welcome to the forum @missnewman28

Where did the anchor elements go?

Happy coding

Please tell me what’s the issue with this code

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">Visit cats page</a>
<h2>Adopt a dog!</h2>
<a href="/dogs">Visit dogs page</a>

please create your own topic, we are unable to help you in someone else’s topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.