Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:
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).
"I’ve been trying to get this step check marked. What am I doing wrong?
Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

          </li>
        <li>
          <a class="nav-link" href="#Java_Entry_Point">Java Entry Point</a>
          </li>
        <li>
          <a class="nav-link" href="#Printing_to_the_ Console">Printing to the Console</a>
          
          </li>
        <li><a class="nav-link" href="#Declaring_ Functions">Declaring Functions</a>
        </li>
        <li>
          <a class="nav-link" href="#Object_Oriented_ Programming">Object Oriented Programming</a>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS aarch64 15278.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: Technical Documentation Page - Build a Technical Documentation Page

Link to the challenge:

You need to give us all of your HTML.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.

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