<SCRIPT language=JavaScript>
document.write("<marquee scrollamount=1 scrolldelay=30 direction= UP width=350 height=110 id=news height=60 onmouseover=news.stop() onmouseout=news.start()>");
document.write("<a href=# onclick=alert("hello!")>try</a><br>");
document.write("</marquee> ");
</script>
document.write("<a href=# onclick=alert(hello!)>try</a><br>");
document.write("<a href=# onclick=alert(\"hello!\")>try</a><br>");
引号嵌套了