3 <title>Testing the use of table height
</title>
8 <P> 100 percent height table inside
100 percent height table:
</P>
10 <table border=
1 width=
"100%" height=
"100%" bgcolor=grey
>
12 <!-- This does not work -->
13 <table width=
"100%" height=
"100%" border=
1 bgcolor=yellow
>
14 <td width=
"50%"> Inner Table (yellow)
</td><td width=
"50%"> </td></tr>
18 Outer Table (grey)
23 <P> 50 percent height table inside
100 percent height table:
</P>
25 <table border=
1 width=
"100%" height=
"100%" bgcolor=grey
>
27 <!-- This does not work -->
28 <table width=
"100%" height=
"50%" border=
1 bgcolor=yellow
>
29 <td width=
"50%"> Inner Table (yellow)
</td><td width=
"50%"> </td></tr>
33 Outer Table (grey)