<!DOCTYPE html>
<hmtl>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<title>基本格式</title>
</head>
<body>
<table border=“1” style="width:300px">
<thead>
<tr>
<th>姓名</th>
<th>性別</th>
<th>婚否</th>
</tr>
</thead>
<tr>
<th>張三</th>
<th>男</th>
<th>已婚</th>
</tr>
<tr>
<th>馬六</th>
<th>女</th>
<th>未婚</th>
<tfoot>
<td colspan="3">統計二人</td>
</tfoot>
</tr>
</table>
</body>
</html>
版權宣告:本文博主原創文章,部落格,未經同意不得轉載。