Freecodecamp "Debug a pet Adoption Page" Error

Morning all,
I’ve started with the curriculum and went through to Debug Pet Adoption Page. I completed the lesson however afterwards at instruction 4 I had an error witch I could not solve, went to “Get a hint” to where I saw my code is the same but does not accept it.


Image uploaded, instruction no. 5 is excepted.

Thanks
Q

Hi @kunstquentin and welcome to our community!

You have syntax errors in your img element, which are throwing off the tests. Your alt attribute is missing something and you also have stray code just before the closing angle bracket of the element.

In future, if you need help, it’s better to click the Help button to create a forum post, as that will automatically post your full code and a direct link to the challenge, which is more useful than a screenshot.

@igorgetmeabrain , Thanks for the help and guidance.
I identified the issue and resolved it.
“help button” will be used in the future.

1 Like