Published
- 1 min read
html page back button
The solution for this is noted below
html page back button
Solution
<form>
<input type="button" value="Go back!" onclick="history.back()" />
</form>
Try other methods by searching on the site. That is if this doesn’t work