| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/noWrap | [Back] [Original] |
Get to know MDN better
Avoid using this feature in new projects. Some table styling attributes have no effect. They are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.
The noWrap property of the HTMLTableCellElement interface returns a Boolean value indicating if the text of the cell may be wrapped on several lines or not.
Note:
This property is deprecated and you should use the CSS white-space property with the value nowrap instead.
A Boolean value.
Use CSS white-space instead. An example is available on the white-space page.
| Specification |
|---|
| HTML # dom-tdth-nowrap |
This page was last modified on Aug 21, 2026 by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |