+ 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 odpowiedzi
+ 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>