<div id="section1">
<h4>Section 1</h4>
<h1>Smooth Scroll</h1>
<h2>ALL YOU NEED IS THE CODE BELLOW</h2>
<H3>
html {scroll-behavior: smooth;}
</H3>
<a href="#section2">GO TO SECTION 02</a>
</div>
<div id="section2">
<h4>Section 2</h4>
<a href="#section1">GO TO SECTION 01</a>
</div>