Code has been added to clipboard!
Deprecated height Attribute in HTML th
Example
<table>
<tr>
<th height="50px" colspan="2">List of Fruit Prices</th>
</tr>
<tr>
<td>Apple</td>
<td>€0.60</td>
</tr>
<tr>
<td>Banana</td>
<td>€0.32</td>
</tr>
</table>