Technical Documentation Page JS - Feedback

Hey guys!

Im almost done with my project but i found an issue with hello world that i cannot identify what is happening. Can you help me?

https://codepen.io/jqm00/full/xxgbEda

When you see a red error in the test read the “assertion” that follows it. your if...then menu text doesn’t match the section header.
id and href="#" pairs should match. One Introduction is capitalized and one isn’t.

1 Like

thanks for your answer, bro.
I already understood that, but im looking my code and everything is ok.

One if...then has a space before then and one doesn’t

1 Like

i found it, man! Thanks.
I was thinking that the problem was the Hello World… im crazy.

Finished my project. If you give me your feedback, id be very grateful.

https://codepen.io/jqm00/full/xxgbEda

I think the goal of this project is to make documentation like most open source projects. Wouldn’t doubt it’s the same on corporate intranets. Yours looks good . I like it.

1 Like

@maharishiI,

  • Run your HTML code through the W3C validator.
    • There is an HTML coding error you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
1 Like

Hey @Roma

I ran my conde in W3C and i didnt realize it. But now i fixed. Thanks!

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