Problem with Testing Tribute Page

Hi there! I started working on my tribute page but I’m having issues with testing it.
I’ve only written the html code as of now.
Every time I click on “Run Tests” it shows “0/0 Passed” even though my code fulfills majority of the User Story.
My tribute page: https://codepen.io/crazycoder_08/pen/gOXLqWQ?editors=1100
Please help!

I suggest reading the tests carefully. You havent included the needed id elements and so on . Read through the errors and start working on it :slight_smile:

Tip: Read the error carefully and identify it and then work on it. Also use some css to center the image and make it responsive :wink:

you need to select the project you are testing from the dropdown menu

1 Like

It works now.
Thank you for your response.

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