Question on "build tribute page"

I’ve inputted div element with a corresponding id="img-div" but still gives me error when I run the test. But I am still able to upload the pic on my output. Please help.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Screenshots are not helpful and are very hard to see.
It’s best if you provide a link to your project so we can see things clearly.

When a test fails click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The full failing message tells you the given parameters have not been met.
id="img-div" is not the same thing as id= "image-div"

1 Like

Except you didn’t. The div has an id of “image-div” which is not the same as “img-div” because I can clearly spot two different letters in there :wink:

ah I see. Thank you for your advice! I just started coding a week ago and still have a lot to learn! Thank you again!

2 Likes

Got it thank you it worked! :smile:

1 Like

Good luck and never give up!!!

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