Technical Documentation project(4)

Hi good friends, I am stuck in technical Documentation project, especially with User Story #6: The .main-section elements should contain at least 5 code elements total (not each).
and User Story #13: When I click on a navbar element, the page should navigate to the corresponding section of the main-doc element (e.g. If I click on a nav-link element that contains the text “Hello world”, the page navigates to a section element that has that id and contains the corresponding header.

kindly I need your help here, as for #13 I have made all the requirements and checked it but still am not granted to pass the test, please check it out and help me with those two numbers and thanks in advance.
Here is the link to my code: https://codepen.io/freeCodeCamp/pen/MJjpwO

1 Like

Link doesn’t work. Please, send another one.

okay here is it https://codepen.io/freeCodeCamp/pen/MJjpwO

The link you’re posting is FCC’s link for you to fork.
Please post the link to your pen

hey bro,

it’s easy.

For User Story #6, just add <code></code> tags inside your

tags. You’re supposed to used them to type sample code when explaining code such as in a technical documentation page about a programming language.

For User Story #13, use <a href="#[name_of_your_sections]">[text]</a>."

Okay now its here https://codepen.io/DiuG/pen/zYBQbYQ

Bro thanks a lot you have helped me out
am now done with the project

1 Like

Hi guys thank you for your contribution, I have now gained victory over this project