You must have seen single page websites which have different sections displaying different information. When you scroll down to every section, the navbar active link changes.
You might know that you can add links to each section in a navbar for single page websites by simply using:
<a href="#sectionID">Section Name</a>
However, this doesn't change the style of the nav-links to active.
I know it's possible to do it in Javascript, but is it possible easily, knowing I'm using