1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
4 <title>tfoot test
</title>
5 <style type=
"text/css">
7 body
{background-color:rgb
(104, 168, 232);}
9 table
.test
>thead
{background-color:red
;font-weight:bold
;}
10 table
.test
>tbody
{background-color:yellow
;font-style:italic
;}
11 table
.test
>tfoot
{background-color:blue
;}
14 #main{background-color:green
;}
15 div
{text-align:center
;background-color:#d0d0d0;font-size:6mm}
16 td
{ vertical-align:top
;text-align:center
;font-size:6mm;}
22 <div>Font Size:
6mm
</div>
26 <div>Table height at
24mm
</div>
27 <table summary=
"tfoot test with table height at 24mm" id=
"h1" class=
"test">
28 <thead><tr><td>THEAD
</td></tr></thead>
29 <tfoot><tr><td>TFOOT
</td></tr></tfoot>
30 <tbody><tr><td>TBODY
</td></tr></tbody>
34 <div>Table height at
25mm
</div>
35 <table summary=
"tfoot test with table height at 25mm" id=
"h2" class=
"test">
36 <thead><tr><td>THEAD
</td></tr></thead>
37 <tfoot><tr><td>TFOOT
</td></tr></tfoot>
38 <tbody><tr><td>TBODY
</td></tr></tbody>