html/css buttons that scroll down to different div sections on a webpage June 10, 2023 by Tarik try this: <input type="button" onClick="document.getElementById('middle').scrollIntoView();" />