html button back code example Example: html page back button <form> <input type="button" value="Go back!" onclick="history.back()"> </form>