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