<html> <head> </head> <body> <br /> <span onmouseover="alert('hello');">run</span> <span id="" onmouseover="alert('hello');"">not run</span> <span id='' onmouseover='alert("hello");''>not run</span> </body> </html>