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

Save as Private