Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
1. Add an anchor on the page (an element that will scroll when clicked):
2. Add an id to the desired element:
3. Set the styles for smooth scrolling: body {scroll-behavior: smooth;} - does not work in IE and Safari
<a href="#anchor1">Текст</a>
<div id="anchor1">Скролить до сюда</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question