<html>
<body onunload="alert('The onunload event was triggered')">
<p>Close the page to trigger the onunload event.</p>
</body>
</html>