W3Schools.com

HTML <td> nowrap Attribute

HTML td Reference HTML <td> tag

Example

A table cell with a nowrap attribute:

<table border="1">
  <tr>
    <th>Poem</th>
    <th>Poem</th>
  </tr>
  <tr>
    <td nowrap="nowrap">Never increase, beyond what is necessary, the number of entities required to explain anything</td>
    <td>Never increase, beyond what is necessary, the number of entities required to explain anything</td>
  </tr>
</table>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The nowrap attribute is supported in all major browsers.


Definition and Usage

The nowrap attribute of <td> is deprecated in HTML 4.01.

The nowrap attribute specifies that the content inside a cell should not wrap.


Compatibility Notes

The nowrap attribute of <td> is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.

Use CSS instead.

CSS syntax: <td style="white-space: nowrap">

CSS Example: No word-wrapping in table cell

In our CSS tutorial you can find more details about the white-space property.


Syntax

<td nowrap="nowrap">

Attribute Values

Value Description
nowrap Specifies that the content inside a cell should not wrap


HTML td Reference HTML <td> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE