<style> div{ margin: 1000px 0; } </style> <div>0</div> <div>1</div> <div>2</div> <script> document.querySelectorAll('div')[2].scrollIntoView({ behavior: 'smooth' }); </script>