HTML 参考手册
HTML <table> rules 属性
只显示行之间的边框
源代码:
点击运行 »
<table rules="rows"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table>
运行结果:
点击运行 »