In stackoverflow sites, if we hit the refresh button. It will automatically scrolls to the exact position where we were while hitting the refresh. I would like to know what is the name of this feature/technique.
We normally achieve this by appending #ref "ahref" to the url.
Using what technology it is implemented. Is it anything I can do with plain HTML?