ERROR MESSAGE FOR LANDING PAGE PROJECT

  1. Each .nav-link element should have an href attribute. What am I missing?

     <button class="nav-link" href="#header">HOME</button>
    
     <button class="nav-link" href="#video">ABOUT</button>
    
     <button class="nav-link" href="#contact">CONTACT</button>
    

Please post your full code and a link to the Step. Also, please talk about how you got stuck figuring out what is wrong

I actually just replaced the button elements with a and it worked. Seems rather silly. Thank you anyway.