Hausa: How to scroll into view

Hausa: Learn how to use JavaScript to scroll into view.

Hausa: scrollIntoView() method

Hausa: scrollIntoView() Hausa: The method can scroll an element to the visible area of the browser window.

Hausa: Instance

Hausa: Will Hausa: id="content" Hausa: The element scrolls to the visible area of the browser window:

Hausa: const element = document.getElementById("content");
Hausa: element.scrollIntoView();

Hausa: Try it yourself

Hausa: Related pages

Hausa: Reference manual:Hausa: JavaScript scrollIntoView() method