1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
<!DOCTYPE html> <html class="reftest-paged"> <head> <style> table tbody td { border-right:1px solid; } table { border-collapse:collapse; } </style> </head> <body> <div style="height:150px"></div> <table> <tbody> <tr height=150></tr> <tr height=10><td></td></tr> </tbody> <tfoot><tr height=50><td>footer</tfoot> </table> </body>