<html>
<head>
  <title>SoftNet</title>
  <meta http-equiv="content-type" content = "text/html; charset=utf-8"/>
  <link rel = "stylesheet" href = "style.css" type = "text/css"/>
</head>
<body>
  <frameset cols = "301, 45%">
    <frame name = "contents" src = "left.aspx?language=English">
    <frame name = "mail" src = "">
    <noframes>
      <pre id = "p2">
       ===
       Nothing
       ===
      </pre>
      <p id = "p1">
         this html...
      </p>
    </noframes>
  </frameset>
</body>
</head>调试的时候提示error:
1. 节点frameset不支持
2. 节点noframes不支持
3. 节点html缺少属性xmlns //这个xmlns是要表示什么的 
这几个error怎么回事?谢谢