+ 2
[Solved] How to link elements in HTMLâ
I want to make a navigation bar that link elements such as "div, h1, etc.", which are in my code.
4 Answers
+ 3
With id <a href=â#firstDivâ>link</a>
On click of this it will naivgate to
<div id=âfirstDivâ></div>
+ 3
Welcome đ Batman
+ 2
Sharique Khan đ Thanks
+ 1
I tried "<a href=".e">But this didn't work</a>