Technical Documentation Page - Build a Technical Documentation Page

code elements looks like this…As you can see where i highlighted, that’s what i mean by code element

<code >function greetMe(yourName) { alert("Hello " + yourName); }
greetMe("World");</code>

Thank, I manage to pass that challenge. But what left is this challenge.:

  • You should have the same number of .nav-link and .main-section elements.

I assume this challenge is about having the same amoutn of nav-link and main-section right?

Yes correct that’s what the challenge needs you to do !!!

Sir, so I been counting my nav-link and my main section. They match each other in term of amount, but It still won’t let me pass the challenge. May I know what wrong?

Have you passed the challenge now or you still need help with it ?

I still need help with it…

Okay what do you need help with ?

This challenge:

    • You should have the same number of .nav-link and .main-section elements.

I been counting the main-sections and the nav-link. But they are equal. so why doesnt the thing left me pass?

Hold up, I’ll look into it now !!!

Thx, please I been stuck on this for quite a while and i cant seem to figure it out.

Do you still need help with it or you already figured it out??

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