When I refresh a page, browsers retain the scroll position of the page if there is a #
in the URL, How to over ride this behavior and scroll to the top of the screen without using JavaScript.
My URL is like http://example.com/#
Update
By default the URL is http://example.com/
and the # character is added to the URL upon clicking some part of the page.