1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <div id="wrap" style="background: yellow"> <table style="height: 100%; background: purple"> <tr> <td> This is some text </td> </tr> </table> </div>