码迷,mamicode.com
首页 > Web开发 > 详细

HTML5_表格元素

时间:2015-03-19 16:26:16      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:

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

HTML5_表格元素

标签:

原文地址:http://blog.csdn.net/annapei/article/details/44458511

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!