POP UP using HTML

Click here for the result

Program Code


 <html>


<head>


<script type="text/javascript">


<!--


function sayHello() {


alert("Hello World ")


}


</script>


</head>


<body>


Click here for the result <br>



<input type="button" onclick="sayHello()" value="Say Hello" />


    </body>


</html>



Copy Text Program

Comments

Popular posts from this blog

What is a Blogs? How to create account on Blog?

What is JAVASCRIPT?How to make a program using HTML and Java | "Hello World" | Prakhar Doneria

HOW TO ADD PIE CHART IN HTML | PRAKHAR DONERIA