HTML5_表格元素

<!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>

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。