My Technical Documentation Page1

I am trying to solve this issue but i’m unable to figure it out

  1. 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”.

  2. Each element with the class of “nav-link” should contain text that corresponds to the text within each (e.g. if you have a “Hello world” section/header, your navbar should have an element which contains the text “Hello world”

Can you please help?

Thanks in advance.

Hello ,

Ok, so as for the 10, take a look at the info: “There should be one for every element with the class “main-section”", now check how many elements with class “main-section” you have and how many elements with class “nav-link”.
12 not 11: First “nav-link” has the text Introduction, the corresponding section/header should have the same and your’s have “What is Jquery”.

Hope that helps
M

@mikeNIN thank you very much…I was able to fix it

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