Help with Technical Documentation Page

Hello everyone, I’m stuck in this excercise and can’t get pass this:
" Each .nav-link should have an href` attribute that links to its corresponding .main-section (e.g. If you click on a nav-link element that contains the text “Hello world”, the page navigates to a section element with that id)."

Any help would be appreciated!

code: Technical Documentation Page 10AGO - JSFiddle - Code Playground
(sharingthe code on jdfiddle since I can’t post more than 1 link here).

Hello.
I am getting some errors when going to the link you provided. It may be issue on my end of course. But if you have this on codepen, I could take a look.

I’ve just uploaded it to codepen: https://codepen.io/chochi93/pen/BarPvvW

Ok, your hrefs are incorrect.

href="Introduction"

When the href is referring to something on the same page, you should use specific syntax for it’s value. This was covered in the curriculum.
Try to recall it or do research. This stuff is very googlable.

1 Like

Thanks for your time!

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