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

Save as Private