cellspacing="0" border="1" 在css里怎么实现啊?

来源:百度知道 编辑:UC知道 时间:2024/05/04 06:26:35
table 的 cellspacing="0" border="1" 这种效果CSS怎么实现啊?

<table width="200" cellspacing="0" cellpadding="0">
<br />
<tr align="center"> <br />
<td style="border-top: rgb(0,0,0) 1px groove; border-bottom: rgb(0,0,0) 1px groove; border-left: rgb(0,0,0) 1px groove; border-right: rgb(0,0,0) 1px groove">细</td>
<br />
<td style="border-top: rgb(0,0,0) 1px groove; border-bottom: rgb(0,0,0) 1px groove; border-right: rgb(0,0,0) 1px groove">表</td>
<br />
</tr>
<br />
<tr align="center"> <br />
<td style="border-bottom: rgb(0,0,0) 1px groove; border-left: rgb(0,0,0) 1px groove; border-right: rgb(0,0,0) 1px groove">线</td>
<br />
<td style="border-bottom: rgb(0,0,0) 1px groove; border-right: rgb(0,0,0) 1px groove">格</td>
<br />
</