<html> <button onclick="alert_me()" >click me!</button> <script> function alert_me(){ alert('Hello world!') } </script> </html>