How to scroll smoothly within a Webpage

Are you wondering to add a button which smootly scrolls down the page to an anchor?

That’s simple!

Add the following to your web page css:

html {
  scroll-behavior: smooth;
}