HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <button onclick="myFunction()">Click Me</button> <script> // Internal JavaScript goes here. function myFunction(){ alert("I'm from Internal JavaScript"); } </script> </body> </html>
OUTPUT
×

Save as Private