I don’t know what I’m doing wrong it’s asking me to have at least five li
elements that are descendants of .main-section
elements. I tried making them five and still did not work. I don’t know what I’m doing wrong please help.
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
<nav id="navbar">
<header>Python Documentation Page
</header>
<ul class="navul">
<li>
<a class="nav-link" href="#Output">Output</a>
</li>
<li>
<a class="nav-link" href="#Input">Input</a>
</li>
<li>
<a class="nav-link" href="#Comments">Comments</a>
</li>
<li>
<a class="nav-link" href="#Variables">Variables</a>
</li>
<li>
<a class="nav-link" href="#String_Operations">String Operations</a>
</li>
<li>
<a class="nav-link" href="#Arithmetic_and_Mathematics">Arithmetic and Mathematics</a>
</li>
<li>
<a class="nav-link" href="#Comparison_and_Logical_Operators">Comparison and Logical Operators</a>
</li>
<li>
<a class="nav-link" href="#Data_Types_and_Conversions">Data Types and Conversions</a>
</li>
<li>
<a class="nav-link" href="#For_Loops">For Loops</a>
</li>
<li>
<a class="nav-link" href="#If_Statements">If Statements</a>
</li>
<li>
<a class="nav-link" href="#Reference">Reference</a>
</li>
</ul>
</nav>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Challenge: Technical Documentation Page - Build a Technical Documentation Page
Link to the challenge: