Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html button click scroll to div

<style>
  html {
    scroll-behavior: smooth;
  }
</style>

<body>
  <a href="#info">Read More</a>

  <div id="info">
  </div>
</body>
 
PREVIOUS NEXT
Tagged: #html #button #click #scroll #div
ADD COMMENT
Topic
Name
5+1 =