Technical Documentation Page - Build a Technical Documentation Page

Hello Guys,

I'm stuck on this step that says " 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)"

https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-technical-documentation-page-project/build-a-technical-documentation-page

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.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Challenge: Technical Documentation Page - Build a Technical Documentation Page

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-technical-documentation-page-project/build-a-technical-documentation-page`Preformatted text`

hi there,

Without seeing the code, we can only give you general guidance.
Make sure that your links start with a # symbol
and that the value matches exactly the value of the id of the linked element.
Also make sure that you can test these and they are working in the browser (linking you down to the respective areas)

I have tried following your readability format and apparently, it did not work out cos I thought that link was supposed to show my progress so far

What am I missing?

the link is to link to the challenge text. Everyone will see their own account, not yours.
To show your code you need to follow the instructions in the template (the one that said “Please copy/paste all the editor code …” above)

Anyway, here are some general code formatting instructions if you want to try to post the code.

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

<p>sorry for the trouble</p>

Hi there,

If you want us to review your code you have to post it on the forum.

That means you have to copy it and paste it here.

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