Passing all tests in tribute page

I have done my test and scored 7/10 what am lacking to make it 10/10.https://codepen.io/william-wangila/pen/jOwWWON

Hi
press the little red button which says 7/10 passed. It will tell you what is not passing. Read through the explanation very carefully.

You are very close to passing, it looks like the 3 failing tests are html ID related. Go through the user stories and check your HTML to make sure the div ID’s match exactly to the user stories and you should pass. Nice work on your Tribute page!

Example:
You have

 id="image-div" 

The test checks for the user story to match exactly this:

id="img-div"

Thank you so much. It really has worked.

1 Like

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