563009-2.html (604B)
1 <html class="reftest-paged"> 2 <head> 3 <style type="text/css"> 4 5 div{ 6 border: 1px solid green; 7 } 8 9 10 </style> 11 </head> 12 <body> 13 14 15 <div style=" width:10px; height: 10px; border: 1px solid green;"> 16 17 </div> 18 19 20 21 <table border width="260px" style="float:left"> 22 <tbody> 23 <tr> 24 <td><div style="width:50px; height:910px;"></div> 25 </td> 26 </tr> 27 </tbody> 28 <tfoot> 29 <tr> 30 <td > 31 <div style="width:50px; height:68px;"></div> 32 </td> 33 </tr> 34 </tfoot> 35 </table> 36 37 38 <div style="float:left; width:430px; height: 311px"></div> 39 40 <div style="float:left; width:430px; height: 311px"></div>