<html >
<head><title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</title><html >
<head><title>
<META http-equiv=Content-Type content="text/html; charset=utf-8"></title>
<style type="text/css">
<!--
BODY {
  background-color: #000066;
}
-->
</style></head>
<body>
<form>
   <table>
    <tr>
        <td>添加:<input type="text" name="text1"></td>
    </tr>
   </table>
</form>
</body>
</html>
 加上
<style type="text/css">
<!--
BODY {
  background-color: #000066;
}
-->
</style>
以后就不显示页面的内容 是空白 怎么回事啊  ?