摘要:<!DOCTYPE html><html><head> <meta charser="utf-8"> <title>电梯洋房楼栋统计表</title> <link rel="shortcut icon" type="image/x-icon" href=&quo
<!DOCTYPE html>
<html>
<head>
<meta charser="utf-8">
<title>电梯洋房楼栋统计表</title>
<link rel="shortcut icon" type="image/x-icon" href="images/php中文网.jpg">
<link rel="stylesheet" type="text/css" href="css/index.css">
<style type="text/css">
*{margin:0px;padding:0px;}
table{width:600px;border:1px solid #ccc;border-collapse:collapse;}
tr th{height:50px;border:1px solid #ccc;}
tr td{height:50px;border:1px solid #ccc;text-align:center;}
</style>
</head>
<body>
<table>
<tr>
<th>序号</th>
<th>户型</th>
<th>明细</th>
<th>套数(栋)</th>
<th>面积(平方)</th>
<th>总套数(套)</th>
</tr>
<tr>
<td>1</td>
<td rowspan="2">跃层</td>
<td></td>
<td></td>
<td></td>
<td rowspan="2"></td>
</tr>
<tr>
<td>2</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td rowspan="2">130平方-170平方</td>
<td></td>
<td></td>
<td></td>
<td rowspan="2"></td>
</tr>
<tr>
<td>4</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>5</td>
<td rowspan="2">170平方-200平方</td>
<td></td>
<td></td>
<td></td>
<td rowspan="2"></td>
</tr>
<tr>
<td>6</td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>
批改老师:灭绝师太批改时间:2018-12-29 15:17:59
老师总结:完成的不错!表格元素运用的比较全面,继续加油!