Skip to content

How to create a back button in html

Just use this code:

<a href="#" onclick="history.go(-1);return true;">go back</a>
Published inCoding