Navigation in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Navigation in html

I know how to use the nav tag to link to an other site like contact or something. but how can i use the nav tag to navigate in the same site, like a button i can click on and then see the footer?

14th Jun 2017, 10:41 AM
TrueJu
TrueJu - avatar
3 Answers
+ 20
<a href=#foot>link</a> <footer id=foot>Foot</footer>
14th Jun 2017, 10:59 AM
Valen.H. ~
Valen.H. ~ - avatar
14th Jun 2017, 11:10 AM
Tato
Tato - avatar
+ 6
Thanks guys!
14th Jun 2017, 11:20 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar