Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

Please help me and do let me know how to do the Ima thing right

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 src="/cats">Visit cats page</a>

<h2>Adopt a dog!</h2>
<a src="/dogs">Visit dogs page</a>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Safari/605.1.15

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

Hi!
Think about it for a second — do <a> elements even use a src attribute?

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