Why I can't pass the test (Technical documental page)

https://codepen.io/Ania76513/pen/GRKGdNo
I have a problem with my code and I can’t solve it, I have 5x “li” elements and it still doesn’t work :c

you have miss spelled class on your last section, also it looks like some of the tags at the bottom are mixed up as </main> should be last

1 Like

Welcome to the Forum, Ania!

If you look at the tests that are failing, for example #2 in content:

I should see an element with corresponding id=“title”, which contains a string (i.e. text) that describes the subject of the tribute page

Go check your section that is the title, it is missing something. Going back and carefully reading the tests that are failing should help you fix some of the issues.