auto scroll to section on click header link html code code example
Example 1: stop anchor tag scroll to top of page
<a href="#!">Link</a>
Example 2: scroll to a section of your page html
html {
scroll-behavior: smooth;
}
<a href="#!">Link</a>
html {
scroll-behavior: smooth;
}