Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

i am unable to understand what error in it . look in, visit the cat page

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>
<image 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

<h2>Adopt a dog!</h2>
<a href="/dogs">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/144.0.0.0 Safari/537.36

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

you need to consider this line

make sure you have a complete tag, remember that all tags are made like <elementName attribute="value">

this one is missing something at the end

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.