I am facing some difficulties regarding this project “Building a Technical Documentation Page”
In particularly:
Each element with the class of nav-link should contain text that corresponds to the header text within each section (e.g. if you have a “Hello world” section/header, your navbar should have an element which contains the text “Hello world”)
“Check that these headers have corresponding .nav-link elements and be mindful of case! : WHAT IS PHILOSOPHY? : expected 1 to equal 0”
the tests match the headers with the links, and if there is any non matching, it gives a result higher than 0 - that’s why it says expected 1 to equal 0
Anyway, these don’t match:
<li><a class="nav-link" href="#What_is_Philosophy"> What is Philosophy </a></li>
<header> What is Philosophy?
</header>
punctuation counts
You may also want to pass your code in an html validator like this one: The W3C Markup Validation Service, you have some errors that need fixing