1409114-3.html (324B)
1 <!DOCTYPE html> 2 <html> 3 <body style="overflow:hidden"> 4 <table style="position:relative; top:-50px"> 5 <tbody style="background:green"> 6 <tr style="position:relative; left:-100px; height: 40px"> 7 <td rowspan=2 style="width: 40px;"></td> 8 </tr> 9 <tr style="height: 40px"></tr> 10 </tbody> 11 </table> 12 </body> 13 </html>