码迷,mamicode.com
首页 > Web开发 > 详细

html简历

时间:2017-09-17 22:23:32      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:html   name   orm   lsp   post   action   radio   center   method   

<head>
<title>个人简历</title>
</head>

<body>
<center>
<h1>个人简历</h1><br><br>

<table border="1" width="900" height="10">

<tr align="center">

<th>姓&nbsp名</th>
<th> <form name="myform" action="text.asp" method="post">
<br><input type="text" name="user">
</form> </th>

<th>性&nbsp别</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>

 

html简历

标签:html   name   orm   lsp   post   action   radio   center   method   

原文地址:http://www.cnblogs.com/2014080360117sl/p/7537013.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!