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