What is the simplest way to create an tag that links to the previous web page? Basically a simulated back button, but an actual hyperlink. Client-side
This solution has the benefit of showing the URL of the linked-to page on hover, as most browsers do by default, instead of history.go(-1) or similar:
history.go(-1)