一个初学者遇到的低级问题!在线等!
<html>
<title>
我的第一个网页
</title>
<head>
<SCRIPT language=Javescript>
document.write("第一个例子!")
alert=("welcome to here!")
</SCRIPT>
</head>
<body bgcolor="green">
<center>
<font color="red">
<h1>第一次尝试</h1>
</font>
</center>
<br>
<font color="orange">
<em><h3>再试</h3></em>
</font>
</body>
</html>