Scroll to a section of the page when clicking on the navbar
问题 I've been making my first website - a single page site with different sections containing content. I've created a nice looking navbar and have been scouring the internet to try and find a way to add functionality to it. Here is the markup of the navbar: <div class="nav"> <div class="container"> <div class="title"> <h3>Stewart Ehoff</h3> </div> <a href="#" class="logo-icon"> <img src="images/shield.svg"> </a> <ul class="menu"> <li><a href="#home">Home</a></li> <li><a href="#about">About</a><