695430-1.html (476B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html class="reftest-paged"> 3 <style> 4 div.spacer{height:80px} 5 td { border: solid 1px blue} 6 table {border: solid 1px green} 7 </style> 8 <body> 9 10 <div class="spacer"> </div> 11 12 <table> 13 <tbody> 14 <tr> 15 <td height="50" ></td> 16 <td rowspan="2"><img height="120" width="60"></td> 17 </tr> 18 <tr> 19 <td height="500" width="70"></td> 20 </tr> 21 </tbody> 22 </table> 23 </body></html>