Answers for "how to make a attribute tag scroll the webpage to a particular section"

0

scroll to a section of your page html

html {
  scroll-behavior: smooth;
}
Posted by: Guest on December-12-2020
1

link that scrolls down the page

<a href="#google"></a>

<div id="google"></div>
Posted by: Guest on September-12-2020

Code answers related to "how to make a attribute tag scroll the webpage to a particular section"

Browse Popular Code Answers by Language