How to program JavaScript Alert Box<html> <body> <h1>JAVASCRIPT PROGRAM FOR ALERT</h1> <script> alert ("hello world")</script> </body> </html> JAVASCRIPT PROGRAM FOR ALERT
No comments: