1 <html>
2 <body onclick="alert('This is an alert')">
3 <p>This is a web page. It fires an alert when clicked.
4 </body>
5 </html>