Is there a method in html which makes the webpage scroll to a specific Element using HTML !?
Yes you use this
<a href="#google"></a> <div id="google"></div>
But this does not create a smooth scroll just so you know.
You can also add in your CSS
html { scroll-behavior: smooth; }
1.4m articles
1.4m replys
5 comments
57.0k users