标签:table bsp 描述 lap style code 间隔 水果 去掉
<table> <tr> <th>名称</th> <th>描述</th> </tr> <tr> <td>橘子</td> <td>有皮的水果</td> </tr> </table>
table{border-collapse: collapse;} table td,th{border: 1px solid #000;}
标签:table bsp 描述 lap style code 间隔 水果 去掉
原文地址:https://www.cnblogs.com/lst619247/p/10674801.html