Event in JavaScript(Mouse Over Event)

 <html>  

<head>   

<h1> Javascript Events </h1>  

</head>  

<body>  

<script language="Javascript" type="text/Javascript">  

      function mouseoverevent()  

    {  

        alert("This is JavaTpoint");  

    }  

  </script>  

<p onmouseover="mouseoverevent()"> Keep cursor over me</p>  

</body>  

</html>  


Comments

Popular posts from this blog

Sample Question Bank Grade 12

Important Questions for XII

Question Collection-11