Html css table,这个 table 只有一个单元,而且这个 table 和这个单元都不要底边,只有三条边。
发布网友
发布时间:2022-09-24 04:01
我来回答
共1个回答
热心网友
时间:2023-09-11 11:35
<style>
table {border:0; width:200px; height:100px}
td {border:1px solid #000; border-bottom:0}
</style>
<table>
<tr>
<td>123</td>
</tr>
</table>
热心网友
时间:2023-09-11 11:35
<style>
table {border:0; width:200px; height:100px}
td {border:1px solid #000; border-bottom:0}
</style>
<table>
<tr>
<td>123</td>
</tr>
</table>