Debug a Pet Adoption Page - Debug a Pet Adoption Page

Tell us what’s happening:

How can I complete the sally webpage
And how to change the img charaters

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://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/145.0.0.0 Safari/537.36

Challenge Information:

Debug a Pet Adoption Page - Debug a Pet Adoption Page

the img element now has no attributes, don’t you think it should have some attributes to have an image shown and an alt text?

If you need help with an other challenge please use the help button on that other challenge

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 Help button located on the challenge.

The 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.