hidden-cells-2.html (360B)
1 <!DOCTYPE html> 2 <table style="width: 200px; height: 200px; empty-cells: show; color: white"> 3 <colgroup style="background: red"> 4 <col style="background: red"> 5 </colgroup> 6 <tbody style="background: red"> 7 <tr style="background: red"> 8 <td style="background: white"></td> 9 <td style="visibility: hidden"></td> 10 </tr> 11 </tbody> 12 </table>