首页 > Web开发 > 详细

html中表格的制作

时间:2016-12-02 00:57:46      阅读:307      评论:0      收藏:0      [点我收藏+]

<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中表格的制作

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!