HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p onmouseleave="myFunction()">Touch me and go</p> <script> function myFunction(){ document.write("You touched"); } </script> </body> </html>
OUTPUT
×

Save as Private