How to scroll down to subtitle in the page using html only | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to scroll down to subtitle in the page using html only

2nd Mar 2020, 5:56 AM
Mohammed Alkhassim Abrahim Hassan
5 Answers
+ 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>
2nd Mar 2020, 6:05 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
0
How I can make link in html only not using css
2nd Mar 2020, 6:07 AM
Mohammed Alkhassim Abrahim Hassan
0
Is something like that?
2nd Mar 2020, 6:07 AM
Mohammed Alkhassim Abrahim Hassan
0
Yeah, the <a> I wrote in the first comment.
2nd Mar 2020, 6:08 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
0
Yp I get it thanks
2nd Mar 2020, 6:09 AM
Mohammed Alkhassim Abrahim Hassan