hidden-cells-3.html (384B)
1 <!DOCTYPE html> 2 <table style="width: 200px; height: 200px; empty-cells: hide; border-collapse: collapse"> 3 <colgroup style="background: red"> 4 <col style="background: red"> 5 </colgroup> 6 <tbody style="background: red"> 7 <tr style="background: green; visibility: hidden"> 8 <td style="visibility: visible"> 9 </td> 10 <td> 11 </td> 12 </tr> 13 </tbody> 14 </table>