Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html button click go to section

<html>
  <a href="#down">Click Here to Smoothly Scroll Down</a>
  <div id="down">
    <h1>You are down!</h1>
  </div>
</html
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #button #click #section
ADD COMMENT
Topic
Name
9+3 =