<head>
<title>个人简历</title>
</head>
<body>
<center>
<h1>个人简历</h1><br><br>
<table border="1" width="900" height="10">
<tr align="center">
<th>姓 名</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user">
</form> </th>
<th>性 别</th>
<th> <form name="myform" name="text.asp" method="post">
<input type="radio" name="A">男
<input type="radio" name="A">女
<th rowspan="3">照片</th>
<th rowspan="3"></th>
</tr>
<tr align="center">
<th>出生年月</th>
<th> <form name="myform" name="text.asp" method="post">
年<select name="select1">
<option value="1985" selected>1985</option>
<option value="1986" selected>1986</option>
<option value="1987" selected>1987</option>
<option value="1988" selected>1988</option>
<option value="1989" selected>1989</option>
<option value="1990" selected>1990</option>
<option value="1991" selected>1991</option>
<option value="1992" selected>1992</option>
<option value="1993" selected>1993</option>
<option value="1994" selected>1994</option>
</select>
月<select name="select2">
<option value="01" selected>01</option>
<option value="02" selected>02</option>
<option value="03" selected>03</option>
<option value="04" selected>04</option>
</select>
日<select name="select3">
<option value="01" selected>01</option>
<option value="02" selected>02</option>
<option value="03" selected>03</option>
<option value="04" selected>04</option>
</select>
</form>
<th>名族</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user"><br>
</form></th>
</tr>
<tr align="center">
<th>学历</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user"><br>
</form></th>
</th>
<th>专业</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user"><br>
</form></th>
</th>
</tr>
<tr align="center">
<th>毕业学校</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user"><br>
</form></th>
</th>
<th>联系电话</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user"><br>
</form></th>
</th>
<th>家庭住址</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user"><br>
</form></th>
</th>
</tr>
<tr align="center">
<th>个人简介</th>
<th> <textarea name="text" rows=20 cols=40 >
</textarea><br>
</th>
<th>自我介绍</th>
<th colspan="3"> <textarea name="text" rows=20 cols=40 >
</textarea><br>
</th>
</tr>
</table>
</center>
<body>