Code has been added to clipboard!

Deprecated width Attribute in HTML td

Example
<table style="width: 100%;">
  <tr height="100">
    <td width="10%">Apples are very healthy</td>
    <td width="10px">Apples are very healthy</td>
    <td>Apples are very healthy</td>
  </tr>
</table>