Tell us what’s happening:
I cant figure out the last two steps
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en"></html>
<main id="main-doc">
<section class="main-section" id="INTRORDUCTION">
<header>INTRORDUCTION</header>
<p></p>
<P></p>
<code></code>
<li></li>
</section>
<section class="main-section"id="What_you_should_already_know">
<header>What you should already know</header>
<p></p>
<p></p>
<code></code>
<li></li>
</section>
<section class="main-section" id="JavaScript_and_Java">
<header>JavaScript and Java</header>
<p></p>
<p></p>
<code></code>
<li></li>
</section>
<section class="main-section" id="Hello_world">
<header>Hello world</header>
<p></p>
<p></p>
<code></code>
<li></li>
</section>
<section class="main-section" id="Variables">
<header>Variables</header>
<p></p>
<p></p>
<code></code>
<li></li>
</section>
<nav id="navbar">
<header>honestly,nevermind</header>
<a class="nav-link" href=>INTRORDUCTION</a>
<a class="nav-link" href=>What you should already know
</a>
<a class="nav-link" href=>JavaScript and Java</a>
<a class="nav-link" href=>Hello world</a>
<a class="nav-link" href=>Variables</a>
</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/104.0.0.0 Safari/537.36
Challenge: Technical Documentation Page - Build a Technical Documentation Page
Link to the challenge: