<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8" />
<title>任务2 员工信息登记表</title>
</head>
<body>
<table width="700" border="3" align="center" cellspacing="0" bordercolor="#7092BE" bgcolor="#FF8080" >
<tr>
<td >
<center><h1>员工信息登记表</h1></center>
<form>
用户登录名:<input type="text" placeholder="wcz@163.com" size="20"><p>
真实姓名: <input type="text" placeholder="王传智" size="20">(必填,只能输入汉字)<p>
真实年龄: <input type="text" placeholder="24" size="20">(必填)<p>
出生日期: <input type="text" placeholder=" 年/ 月/ 日" size="20">(必填)<p>
电子邮箱: <input type="text" placeholder="123456@126.com" size="20">(必填)<p>
身份证号: <input type="text" size="20">(必填,能够以数字、字母x结尾的短身份证号)<p>
手机号码: <input type="text" size="20">(必填)<p>
幸运色: <input type="color">(请选择你喜欢的颜色)<p>
<center>
<input name="提交" type="submit" value="提交" style="height:40px;width:80px;"/>
<input name="重置" type="reset" value="重置" style="height:40px;width:80px;"/>
</center>
</form>
</td>
</tr>
</table>
</body>
</html>
