codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="750" height="100%" border="1" cellspacing="0" cellpadding="0">
  <tr>
    <td height="100%">ciao</td>
  </tr>
</table>

</body>
</html>
perchè in questa semplice pagina in cui c'è la tabella con height="100%" l'altezza non viene fatta tutta?