I got stocked on my third project and need a help

i have three list of navigation in my html already but i want to set them to my html content accordingly ,
please how do i set my features to take me to the ‘header’, how it works to take me to the ‘text’ and the pricing to take me to the ‘rice content’?
please someone should help me

Document
<img id="header-img" src="https://www.bing.com/images/search?form=IARRTH&q=yamaha+corporation&stid=0e3c771e-e582-213e-90ac-ea92e7d9418d&cbn=EntityAnswer&first=1&disoverlay=1" alt="yamaha logo cor-opration">

<nav id="nav-bar">
  <a class="nav-link" href="index.html">features</a><br>

  <a class="nav-link" href="how it works.html">how it works</a><br>
  
  <a class="nav-link" href="pricing.com">pricing<a/>
</nav>

Do you have a CodePen (or live project on another platform) that you can share?

By header I assume you mean the top of the page? If so you can use # for the href value.

For the other links if they are sections on the same page revisit this challenge

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.