<HTML> <head> <Title>Example For height</Title> </head> <BODY> <table width="450" height="200"> <tr> <th colspan="3" height="80">Header</th> </tr> <tr> <td height="100">Cell 1</td> </tr> </table> </BODY> </HTML>