It says that my tribute page is passing only 5 of the requirements when it actually has finished all of them.
Hi elpiccagli,
if you click on the red “Tests 5/10” button you can see a detailed description of what the tests require. e.g. the 3rd test asks for an id called “img-div” but yours is named “image-div” …
You have image-div
instead of img-div
, and you have <div id"tribute-info>
instead of <div id="tribute-info">
. Look carefully at your code.