Hi, please assist I am stuck on this step
Introduction
What you should already know
JavaScript and Java
Hello World
Variables
JS Documentation
Introduction
<a class="nav-link" href="What_you_should_already_know">What you should already know</a>
</nav>
<nav id="navbar">
<a class="nav-link" href="JavaScript_and_Java">JavaScript and Java</a>
</nav>
<nav id="navbar">
<a class="nav-link" href="Hello_World">Hello World</a>
</nav>
<nav id="navbar">
<a class="nav-link" href="Variables">Variables</a>
</nav>
</main>

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
Welcome to the community!
If you follow the guidance provided by @Cody_Biggs , it would make it much easier for the community to assist with an accurate response and proper guidance.
I suggest making sure all of the nav-link are nested between the one navbar element opening and closing tags. I am seeing nav and nav-id=“navbar” in several places, and do not understand why. The initial < nav nav id=“navbar”> should contain all < nav-link> within it. < /nav> No additional nav id should be added. Each id is to a unique id to process in code.
Happy coding! 
Hi,
Thanks for the feedback I did follow the guidance provided by @Cody_Biggs and I managed to get help on another post I did earlier. I just can’t seem to find a button to delete this post.
Regards,
Brown
1 Like
Good going! If you have not done so, yet, you may wish to check off that Cody provided the solution in the post.
Much more success to you.
Happy coding! 