My technical documentation page is failing on test #14. I can’t find the problem. Can anybody pls help
I see this failing test:
- Additionally, the navbar should contain link (
<a>
) elements with the class of “nav-link”. There should be one for every element with the class “main-section”.
There should be one .nav-link for every element with the class of "main-section", and every .nav-link should be within #navbar
it seems that you have many .nav-link
that do not link to a .main-section
1 Like
@ilenia, I thought each .main-section
needed a .nav-link. But all .nav-link
should also link to a .main-section
, that I didn’t realize.