+ 1
How to scroll down to subtitle in the page using html only
5 Réponses
+ 3
You can make a link that leads to the bottom of the page, or you can scroll like any other person.
<a href ="#yourFooterId">Go there</a>
0
How I can make link in html only not using css
0
Is something like that?
0
Yeah, the <a> I wrote in the first comment.
0
Yp I get it thanks