Tell us what’s happening:
I am unsure as to why the nav works and I have only one test check left unfilled .
Describe your issue in detail here.
**Your code so far**
/* file: index.html */
<main id="main-doc">
<link rel="stylesheet" type="styles.css" >
<style>
@media (min-width: 200px) and (max-width: 480px ) {
header {
margin-top: 25;
padding: .25em;
text-align: center;
}
#navbar {text-align:left;
}
nav > a {
font-size: 1.3em;
margin-right:15em;
margin-left: 0px;
padding: 0;
text-align: left;
text-decoration: none;
white-space:nowrap;
}}
</style>
<nav id="navbar">
<header>Nav</header>
<code> </code>
<ul>
<a class="nav-link" href="#Overview"><li>Overview</li></a>
<a class="nav-link" href="#Popular_Libraries"><li>Popular Libraries</li></a>
<a class="nav-link" href="#Python_History"><li>Python History</li></a>
<a class="nav-link" href="#Blank_Section_1"><li>Blank Section 1</li></a>
<a class="nav-link" href="#Blank_Section_2"><li>Blank Section 2</li></a>
</ul>
</nav>
<section class="main-section" id="Overview">
<header>Overview</header>
<code> </code>
<p>Python is a general purpose programming language, and it is dynamically typed. Python is an interpreted language, meaning that Python must be interpreted by and ran in the language native to the device. </p>
<p>Python is one of the fastest languages depending on what you use it for, and probably on your hardware. </p>
</section>
<section class="main-section" id="Popular_Libraries">
<header>Popular Libraries</header>
<code> </code>
<ul>
<li><h2>NumPy</h2></li>
<p>"Numerical Python" is commonly used for machine learning, it has a built in array interface. </p>
<li><h2>PyPy</h2></li>
<p>PyPy is a replacement for CPython (Cython) and </p>
<li><h2>Matplotlib</h2></li>
<p>Is used to plot data. You can make charts and graphs withit, definiitely a useful library in the field of data science, and marketing</p>
<li><h2>Flask</h2></li>
<p>Flask is a web framework used because it lacks certain things found in other web frameworks like <ul><li>Form Validation</li>
<li>Database Abstraction Layer</li>
</ul>
</p>
<li><h2>Pandas</h2></li>
<p></p>
<li><h2></h2></li>
<p></p>
</ul>
</section>
<section class="main-section" id="Python_History">
<header>Python History</header>
<code></code>
<li><h2></h2></li>
<p></p>
<p></p>
</section>
<section class="main-section" id="Blank_Section_1">
<header>Blank Section 1</header>
<code> </code>
<li></li>
<p></p>
<p></p>
</section>
<section class="main-section" id="blank_section_2">
<header>Blank Section 2</header>
<code> </code>
<p></p>
<p></p>
<li></li>
</section>
</main>
/* file: styles.css */
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Challenge: Technical Documentation Page - Build a Technical Documentation Page
Link to the challenge: