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

html中表格的制作

时间:2016-12-02 00:58:54      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:ide   cap   位置   tom   设置   css   top   表格的制作   摘要   

<table summar="给表格添加摘要".>

<captioan>

给表格添加标题

</caption>

<tr>

  <th>1</th>

  <th>2</th>

</tr>

<tr>

  <td>3</td>

  <td>4</td>

</tr>

<tr>

  <td>5</td>

  <td>6</td>

</tr>

</table>

<tr> 表格中的行

<th> 表格中的表头

<td>  表格中的列

<caption> 给表格添加标题

css中 caption-side:bottom/top; 可以设置标题的位置

html中表格的制作

标签:ide   cap   位置   tom   设置   css   top   表格的制作   摘要   

原文地址:http://www.cnblogs.com/pfgblogs/p/6123589.html

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