Правильно.
Если вы предпочитаете, вы также можете установить эту высоту непосредственно в HTML:
<table>
<tr style="background-color: red" height = 20><td>This is line one</td></tr>
<tr style="background-color: red" height = 20><td></td></tr>
<tr style="background-color: red" height = 20><td>This is line three</td></tr>
<tr style="background-color: red" height = 20><td>This is line four</td></tr>
</table>
Работает в Firefox 4 Beta 10