Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

I have answered according to what I was asked to do but it remain stucked I don’t know what is the problem please help me I’m confused thanks and also the page gets stucked at times

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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

this is not correct syntax, you are both missing something and have something extra

this is also not correct syntax, if there is a / and it is part of the href it needs to go inside the quotes

If this is not a correct syntax what am I going to do?

Do an internet search for “html img syntax” and “html a href” to find the correct way to write them

check the alt carefully, add the missing symbol

removed by moderator

the right code and the mistake in ur code was:
:cross_mark: In a href=/"cats">, the slash is in the wrong place
:white_check_mark: Fix:

removed by moderator

this is the same problem with the dog one

@kimberlyfavorite i hope ur problem is solved

Welcome to the forum :wave:

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Okay :ok_hand: thanks but I’ve done it :white_check_mark: