how to go to another page in html code example
Example: html redirecting to previous page
<a href="#" onclick="javascript:window.history.back(-1);return false;">Back</a>
<a href="#" onclick="javascript:window.history.back(-1);return false;">Back</a>