在这里插入代码片
<!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 type="text/css">
tr{border:none;}
th{border:none;}
table{background-color:#F9C;width:800;height:690}
</style>
</head>
<body>
<table border="2" bordercolor="#66CCFF" style="float: left;padding-left:5px;text-align: left;" >
<tr><th><h2 align="center"><b>员工信息登陆表</b></h2></th></tr>
<tr>
<th>
用户登录名:<input type="text" size="30" value="wcz@163.com">
</th>
</tr>
<tr>
<th>
真实姓名:<input type="text" size="30" value="王传智">(必填,只能输入汉字)
</th>
</tr>
<tr >
<th>
真实年龄:<input type="text" size="30" value="24">(必填)
</th>
</tr>
<tr >
<th >
出生日期:<input type="text" size="30" value=" 年 /月/日">(必填)
</th>
</tr>
<tr >
<th>
电子邮箱:<input type="text" size="30" value="123456@126.com">(必填)
</th>
</tr>
<tr>
<th>
身份证号:<input type="text" size="30">(必填,能够以数字,字母x结尾的端身份证号)
</th>
</tr>
<tr>
<th>
手机号码:<input type="text" size="30">(必填)
</th>
</tr>
<tr>
<th>
幸运颜色:<input type="text" size="15">(请选择你喜欢的颜色)
</th>
</tr>
<tr>
<th>
<p align="center" ><input type="submit" value="提交"> <input type="reset" value="重置"size="15"></p>
</th>
</tr>
</table>
</body>
</html>
员工信息登陆表
最新推荐文章于 2024-11-01 15:19:31 发布