Technical Documentation Page Edu

Hi everyone. Am happy to be part of this forum. I am about rounding off on my project - “Technical Documentation Page” but I have 2 pending errors in my program. Can anyone look at my project and offer some kind of support.
Here is the link to my page - https://codepen.io/Manpee/pen/xxXoRPy

@Edumanpete, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The second full error message says

Additionally, the navbar should contain link (<a>) elements with the class of "nav-link". There should be one for every element with the class "main-section".
There should be one .nav-link for every element with the class of "main-section", and every .nav-link should be within #navbar : expected 7 to equal 5
AssertionError: There should be one .nav-link for every element with the class of "main-section", and every .nav-link should be within #navbar : expected 7 to equal 5

Take care of this one first.

On a side note, you have open elements. Run your HTML code through the W3C validator.
There are HTML syntax/coding errors you should be aware of and address.
Since copy/paste from codepen you can ignore the first warning and first two errors.

Hello Roma. Thanks for your assistance. I have used your solution to debug the error.

1 Like

Good job debugging.
Glad to have helped.

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