W3Schools.com

HTML <th> nowrap Attribute

HTML th Reference HTML <th> tag

Example

A header cell with a nowrap attribute:

<table border="1">
  <tr>
    <th>Month</th>
    <th nowrap="nowrap">My Savings for a new car</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
  <tr>
    <td>February</td>
    <td>$80</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 <th> is deprecated in HTML 4.01.

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


Compatibility Notes

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

Use CSS instead.

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

CSS Example: No word-wrapping in header cell

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


Syntax

<th nowrap="nowrap">

Attribute Values

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


HTML th Reference HTML <th> 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