1 2 3 4 5 6
<!doctype html> <div style="height: 100vh"></div> <div style="width: 200px; height: 200px; background: green"></div> <script> window.scrollTo(0, 1000); </script>