<input type="button" value=" Нажми меня " ONCLICK="AlertButton()" > <script> function AlertButton() { window.alert("Hello, World!"); } </script>