SOS: I need help with user story 12&13 in Technical documentation page

12. 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”).

13. 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 element that has that id and contains the corresponding .

https://codepen.io/sandi1986/pen/QWbZxbO

1 Like
  1. Check your spelling. You have “Intoduction” for the link text and “Introduction” for the section id

  2. You are missing an Overview section to go with the Overview link.

  3. Your href values need to match the section ids. You have spaces in the href values.

1 Like

It’s your spelling. I have the same problem.

1 Like

Thanks let me check.

1 Like

The spelling issue is sorted, still missing the last one which is 13.

1 Like

You have a capital “I” on the href and a lower case “i” on the id.

href="#Improve_your_bike_handling"
id="improve_your_bike_handling"
3 Likes

Finally went through. I am still new into this i truly appreciate the help

2 Likes

Glad to help. It can be a lot of information to take in at first, it will get better with time. Keep at it.

Happy coding!

2 Likes