码迷,mamicode.com
首页 > 其他好文 > 详细

tr td

时间:2014-11-28 09:56:11      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   color   sp   on   div   log   

<html>
<body>

<table width="100%" border="1">
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td colspan="2">January</td>
  </tr>
  <tr> <td colspan="1">January</td>
    <td colspan="1">February</td>

  </tr>
</table>

</body>
</html>

tr:行

td:列

==========  叫一行

||    ||

||    ||

竖直的两列

http://www.w3school.com.cn/html/html_tables.asp

tr td

标签:style   blog   http   ar   color   sp   on   div   log   

原文地址:http://www.cnblogs.com/JAYIT/p/4127667.html

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