<button onclick="alertFunction()"> Click</button> <script> function alertFunction() { alert("Hello World"); } </script>