AssertionError: There should be one .nav-link for every element with the class of “main-section”, and every .nav-link should be within #navbar : expected 8 to equal 7
Can’t figure this one out. Help is needed lol.
AssertionError: There should be one .nav-link for every element with the class of “main-section”, and every .nav-link should be within #navbar : expected 8 to equal 7
Can’t figure this one out. Help is needed lol.
You need to be really careful with closing and opening tags. Make sure all your <a></a>
and <li></li>
tags are opened and closed properly. When I did that it passed that test for me.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.