Tell us what’s happening:
. Your img element should have a src attribute instead of the href attribute.
Passed:2. Your img element should have an alt attribute instead of the non-existent att attribute.
Passed:3. Your img element should not have a closing tag.
Failed:4. Your a element with the text Visit cats page needs to have an href attribute instead of a src attribute.
Failed:5. Your a element with the text Visit dogs page needs to have an href attribute instead of a src attribute. Please clear my doubts
Your code so far
<img src="cat.jpg" alt=A fluffy cat>
<a herf="cats.html">visit cats page</a>
<a herf="dogs.html">visit dogs page</a>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36
Challenge Information:
Debug a Pet Adoption Page - Debug a Pet Adoption Page