1、表格案例
要求:
按照如下形式创建员工入职登记表,要求
(1)性别(男 女)、婚姻状况(已婚,未婚)、政治面貌(党员,团员)、血型(A,B ,AB)用单选按钮
(2)民族使用下拉列表(汉,苗,回)
(3)使用表单提交数据 ;
(4)照片使用文件上传
代码
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<style type="text/css">
table{
width: 1100px;
text-align: center;
}
table caption{
font-size: 40px;
}
tbody td{
width: 150px;
height: 30px;
}
</style>
<body>
<form action="#" method="post">
<table border="1" cellspacing="0"