Back button code Javascript
Today i will show you browser back button property. Most of people use browser back button for seeing previous page. Here i make back button using HTML and Javascript and people can put this button in a page. So visitors use that button to go for previous page.
Here you can use any HTML tag for click. I am using anchor tag here...
<a onclick="history.go(-1);"></a>