Link in documentation page broken

Hey all

My nav-link problem persists, and I know it sounds silly but I can’t seem to figure out the problem. In my pen…

https://codepen.io/imanhuter/pen/PLeLEN

the ‘What is HTML?’ link does not work, although I’ve rechecked the id and href dozens of times. Needing a fresh pair of eyes…thanks

You had a random space before the ‘is’, remove it and it will work fine.

<a class="nav-link" href="#What_ is_HTML?">

Duh! Thanks, all tests passed.

1 Like