不好意思,刚才发的太急了,忘了写问题了! 
我想问这么简单的一段代码在我的机器上不能执行?

解决方案 »

  1.   

    <html>
     <title>
    我的第一个网页
     </title>
     <head>
     </head>
     <body bgcolor="green">
        <SCRIPT language=Javescript>
        document.write("第一个例子!");
        alert("welcome to here!");
      </SCRIPT>   <center>
        <font color="red"> 
         <h1>第一次尝试</h1>
        </font>
       </center>
          <br>
        <font color="orange">
           <em><h3>再试</h3></em>
        </font>
     </body>
    </html>