Technical documentation page test failures

Hi everyone,
I think I’ve completed all needs to do for the technical documentation page project. I checked again and again, but I couldn’t pass the test. I need your reviews to understand what kind of mistakes I have on my project.
Thanks for your helping.

Link: https://codepen.io/totoromorin/pen/dyYgQYg

Hello~!

I am taking a look at your page, and here are the errors I see from your test suite.


It looks like you’re using dashes - for spaces in your section ids, when you should be using underscores _.


Your navbar has an id of nav-bar instead of navbar. Correcting this looks like it should fix four tests.

I hope this helps you out~ :slight_smile:

1 Like

Thank you so much. I changed all your suggestions, and everything is over. It’s ultimately my carelessness.

1 Like

I am glad you were able to get it to pass~!

For future reference, if you are not passing tests you can click on the red Tests 9/16 button and view the error codes that I shared with you. It is very helpful for determining why your code is not passing. :slight_smile:

1 Like