<html>
<body>
<h1>The Window History Object</h1>
<h2>The history.back() Method</h2>
<button onclick="history.back()">Go Back</button>
<p>Clicking "Go Back" will not result in any action, because there is no previous page in the history list.</p>
</body>
</html>