well im done with this part of the program. i know it looks a little boring to ypur eyes but maybe the topic will catch you.
im having just one issue one of my nav-link dont work. i am sure i wrote it correct but it dosent seem to work outside the editor. and i have no idea why … hmm…
Each element with the class of “main-section” should also have an id comprised of the innerText contained within it, with underscores in place of spaces. The id may include special characters if there are special characters in the respective innerText. (e.g. The that contains the header, “JavaScript & Java”, should have a corresponding id=“JavaScript_&_Java”
… shows the difference between how you wrote your ids and how fCC asks you to write them. It seems a section with the header “JavaScript & Java” should NOT have a corresponding id=“javascript_&_java”.