Code has been added to clipboard!
Deprecated valign Attribute in HTML th
Example
<table>
<tr>
<th>Fruits</th>
<th>Prices</th>
<th rowspan="3" valign="top">Month of June 2017</th>
</tr>
<tr>
<td>Apple</td>
<td>€0.60</td>
</tr>
<tr>
<td>Banana</td>
<td>€0.32</td>
</tr>
</table>