height
The height tag will define the minimum height of the cells of the table.The code for the height tag goes inside the table tags and will look like this:
<table border="1" height="75">
<tr>
<td>row 1, column 1</td><td>row 1, columnn 2</td>
</tr>
</table>
Below is what this looks like:


