How to create a back button in html Published by admin on 30 Mar ’10 Just use this code: <a href="#" onclick="history.go(-1);return true;">go back</a> Published inCoding