HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p onmouseover="myFunction()">Place the cursor over me</p> <script> function myFunction(){ document.write("You placed"); } </script> </body> </html>
OUTPUT
×

Save as Private