Help needed ion technical documentation page project

Hello guys, I am stuck on the technical documentation page project. I am trying to link the items on the nav- link class to some internal section of the page but some are not responding.
Secondly, I can’t seem to get some of the mistakes shown by the Html analysis.
Kindly assist and please explain the solution so that I can fully understand. Thank you in advance.

Hi there :slight_smile:

So, the links are not responding because the href and the id have to match exactly. “Python_indentation” and “Python_Indentation” are not the same when read as html code. There are a couple of those, read through them, should be able to fix them easily.

You are getting errors because there is an error on line 159 that breaks the rest of the code after it. Just carefully re-read the whole line and you’ll see it. Hint: you’re missing a character.

After that’s fixed, you’ll get a new error. To fix that one, check line 167.

Best of luck and keep improving :slight_smile:

1 Like

Thanks for that feedback. I will rectify the mistakes as soon as possible. I really appreciate.