+ 1
Question to sololearn
What is the code for adding bookmark which on click takes us to the top of the web page
2 Respostas
+ 6
You can do this.
<(tag) id="Whatever">...</(tag)>
...
...
...
...
...
<a href="#Whatever">....</a>
+ 1
Can you tell me with an example please