Each .nav-link
element should link to a corresponding element on the landing page (has an href
with a value of another element’s id. e.g. #footer
).
my ansr:
<nav id="nav-bar">
<ul>
<li><a class="nav-link" href="#Intro">Introduction</a></li>
<li><a class="nav-link" href="#Hello">Hello World</a></li>
<li><a class="nav-link" href="#Form">Form Submit</a></li>
</ul>
</nav>
Still it says error: help me out plz