How To Add A Back Button To Any Page Of A Website

This video shows how to add a back button to any page of a HTML website or a WordPress blog.

HERE IS THE CODE MENTIONED IN VIDEO:

<form>
<input type=”button” value=”<< Go Back Where I Came From” onClick=”history.back(-1)” />&nbsp &nbsp;
</form>

Tagged As: , ,

No comments yet... Be the first to leave a reply!

Leave a Reply