Applied Accessibility: Make Screen Reader Navigation Easier with the nav Landmark

Hey guys! I was able to solve this section for the HTML-CSS lesson, except it will not let me run the test. The task is to change the div element to nav element, which I have already done.

<nav>

I do not see any other div element which needs to be changed. If anyone has had this problem, please feel free to suggest anything.

I also had the same problem with the previous lesson :frowning:

FreeCodeCamp sometimes gives weird test results. Something that works for me sometimes is to copy my code then reset the lesson and refresh the page, then paste my code back in and re-test. Some people even suggest clearing your cookies, but I don’t think I’ve ever had to go that far. Good news is, your code looks right, so hopefully just reseting the lesson will fix it. Good luck!

1 Like

Thank you so much! I actually had to clear my cookies along with resetting the lesson, refreshing the page, and clicking the compile button multiple times :frowning: