The nowrap attribute of <td> is not supported in HTML5. Use CSS instead.CSS syntax: <td style="white-space: nowrap">CSS Example: No word-wrapping in table cellIn our CSS tutorial you can find more details about the white-space property....
Specifies whether the text in a table cell can be wrapped. This attribute is deprecated. Use the white-space or the word-wrap attributes instead.