请问这段代码有什么问题呢
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>使用thead、tbody、tfoot标签</title>
</head>
<body>
<h3>成绩表</h3>
<hr />
<h3><table border="1">
<thead>
<tr>
<th>科目</th>
<th>分数</th>
</tr>
</thead>
</body>
</html>
body和html是哪错了啊qwq