3 <title>Percentage heights on table cells
</title>
7 <table border
height=
"200">
8 <tr><td>This is the first cell in a
200 pixel high table.
</td></tr>
9 <tr><td height=
"50%">This is the second cell, with
<b>cell
</b> height
50%.
</td></tr>
10 <tr><td>This is the third cell.
</td></tr>
14 <tr><td>This is the first cell in an auto-height table.
</td></tr>
15 <tr><td height=
"50%">This is the second cell, with
<b>cell
</b> height
50%.
</td></tr>
16 <tr><td>This is the third cell.
</td></tr>
19 <table border
height=
"200">
20 <tr><td>This is the first cell in a
200 pixel high table.
</td></tr>
21 <tr height=
"50%"><td>This is the second cell, with
<b>row
</b> height
50%.
</td></tr>
22 <tr><td>This is the third cell.
</td></tr>
26 <tr><td>This is the first cell in an auto-height table.
</td></tr>
27 <tr height=
"50%"><td>This is the second cell, with
<b>row
</b> height
50%.
</td></tr>
28 <tr><td>This is the third cell.
</td></tr>