Web >> Development >> HTML >> Elements >> td >> How to specify the height of a row using TD element

make sure all the cells have been set to the same height eg. <tr> <td width="340" height="5"></td> <td width="5" height="5"></td> <td width="340" height="5"></td> </tr>