collapsed-border-positioned-tr-td-ref.html (282B)
1 <!DOCTYPE html> 2 <style> 3 td { 4 width: 50.6px; 5 height: 50.3px; 6 background: yellow; 7 padding: 0; 8 border: 1px solid blue; 9 } 10 </style> 11 <table style="border-collapse: collapse"> 12 <tr> 13 <td></td><td></td><td></td> 14 </tr> 15 <tr> 16 <td></td><td></td><td></td> 17 </tr> 18 </table>