Hello, how can I develop a way to take the user up to a certain length of the page when I click on a link!
Example:
<div class="roupas"> </div>
<div class="bolsas"> </div>
<div class="calçados"> </div>
<a>Roupas</a>
By clicking the link the person goes to clothes div
Thank you in advance!