Within the #main-doc ( ) element, I can see several elements, each with a class of “main-section”. There should be a minimum of 5. [fixed]
.4. Each element with the class of “main-section” should also have an id that corresponds with the text of each <header> contained within it. Any spaces should be replaced with underscores (e.g. The <section> that contains the header “Javascript and Java” should have a corresponding id=“Javascript_and_Java”). [fixed]
.10. 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”. [fixed]
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”). [fixed]
When I click on a navbar element, the page should navigate to the corresponding section of the “main-doc” element (e.g. If I click on a “nav-link” element that contains the text “Hello world”, the page navigates to a <section> element that has that id and contains the corresponding <header>.
thank you very much but it has fixed only second paragraph. I still have probles with 4th, 10th, 12th and 13th. Can you help me? Because I dont see whats wrong