abstract:<html><head><meta charset="utf-8"><title>html 表格小結(jié)</title><style type="text/css">table{boder:solid 2px #ccc; border-collapse:collapse;}table tr
<html>
<head>
<meta charset="utf-8">
<title>html 表格小結(jié)</title>
<style type="text/css">
table{boder:solid 2px #ccc; border-collapse:collapse;}
table tr th{ width:200px; height: 80px; boder:solid 2px #ccc; backgorund-color:red; }
table tr td{width:200px; height: 80px;boder:solid 2px #blue; backgorund-color:#333; }
</style>
</head>
<body>
<table>
<tr>
<th>欄目一</th>
<th>欄目一</th>
<th>欄目一</th>
<th>欄目一</th>
<th>欄目一</th>
</tr>
<tr>
<td>內(nèi)容</td>
<td rowspan=3>內(nèi)容跨三列</td>
<td>內(nèi)容</td>
</tr>
<tr>
<td>內(nèi)容</td>
<td colspan=3>內(nèi)容跨二行</td>
<td>內(nèi)容</td>
</tr>
<tr>
<td>內(nèi)容</td>
<td>內(nèi)容</td>
<td>內(nèi)容</td>
</tr>
</table>
</body>
</html>
Correcting teacher:滅絕師太Correction time:2019-01-24 14:50:44
Teacher's summary:完成的不錯,表格布局常見于后臺框架運用,好好掌握