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

table中的边框合并实例

时间:2014-08-18 15:49:02      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:style   html   htm   ad   type   table   text   c   

<html>
<head>
<style type="text/css">
table,th,td{
border:1px solid blue;
border-collapse:collapse;
}
</style>
</head>

<body>
<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
</tr>
<tr>
<td>Bill</td>
<td>Gates</td>
</tr>
<tr>
<td>Steven</td>
<td>Jobs</td>
</tr>
</table>
</body>
</html>

table中的边框合并实例,布布扣,bubuko.com

table中的边框合并实例

标签:style   html   htm   ad   type   table   text   c   

原文地址:http://www.cnblogs.com/itjeff/p/3919553.html

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