Sample onClick web page

To see results click me now.

Click me too!


HTML and JavaScript code for this page

<body>
    <h1>Sample onClick web page</h1>
    <p>To see results 
    <strong onclick="alert('Hello world');">
    click me</strong> now.</p>
    <h2 onclick="alert('Now we are having fun');">
    Click me too!</h2>
</body>