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