Product landing project

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

Post your full code plz. It’s hard to verify that those correspond to other elements without the rest of your code.

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