Code has been added to clipboard!

Deprecated nowrap Attribute in HTML td

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