<button type="button" onclick="clickHandler()">Click Me!</button> <script> function clickHandler() { alert("something"); } </script>