我怎么继续往下写 为何会出现这种问题
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>联系</title>
<style>
span{
color:blue;
}
</style>
<style type="text/css">
table tr td,th{border:1px solid #000;}
</style>
</head>
</head>
<body>
<h2>我的自我简介</h2>
<p>我是一个在校学生,从新开始学习网页,看下最近成果怎么样</p>
<p>其实有句话说的对叫<q>聪明秀出为之英,胆略过人为之雄。</q></p>
<form method="post" action="file.php">
<form method="post" action="file.php">
姓名:
<input type="text" name="myname" /><br />
<br />
性别:
<input type="radio" value="0" name="gender" checked="checked">男
<input type="radio" value="1" name="gender">女
<br />
学校:
<select>
<option value="广科院">广科院</option>
<option value="广科院" selected="selected">广科院</option>
<option value="艺术学院">艺术学院</option>
<option value="城职">城职</option>
</select>
<br />
我有很多爱好
<div><h3>爱好</h3>
<ol>
<li>第一个我喜欢看小说</li>
<li>第二个我喜欢玩游戏</li>
<li>第三个我就是不喜欢学习</li></div>
</ol>
<h3>喜欢的小说</h3>
<ol>
<table summrry="">
<tbody>
<tr>
<th>种类</th>
<th>名字</th>
<th>爱好度</th>
<th>作者</th>
</tr>
<tr>
<td><span>玄幻</span></td>
<td><a href="https://www.so.com/s?q=完美世界&ie=utf-8&src=se7_newtab_new"target="_blank">完美世界</td>
<td>80</td>
<td>辰东</td>
</tr>
<tr>
<td><span>修真</span></td>
<td><a href="https://www.so.com/s?q=凡人修仙传&src=srp&fr=se7_newtab_new&psid=1483707eba7fd00e01556225cf1e30b3" target="_blank">凡人修仙传</td>
<td>85</td>
<td>亡语</td>
</tr>
<td><span>修仙</span></td>
<td><a href="https://www.so.com/s?q=长生界&ie=utf-8&src=se7_newtab_new">长生界</td>
<td>85</td>
<td>辰东</td>
</ol></div>
<h3>我喜欢的游戏</h3>
</body>
</html>