Need help on Story 10: Technical Documentation Project

I can not figure out where this error is coming from.
Error message: 10. Additionally, the navbar should contain link () elements with the class of “nav-link”. There should be one for every element with the class “main-section”.
Link to my project:
https://codepen.io/profsaincrown/pen/KKqyOYP
Your help is highly appreciated.
Thanks

looks like you’re missing href="#" links on the last 5 of your

  • list

  • I think that your navbar should have an anchor tag <a> for each element with the class of main-section.

    Also your anchor tags should link to each corresponding section. In your code not all anchor tags have their href linking to those sections.

    Thank you very much @JNMedina and @LeKoels27 . The problem was the anchor tag that are not link to its corresponding section.
    I commented it out and passed all use cases.
    I really appreciate your help. I love you all :smiling_face_with_three_hearts:

    This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.