Latest web development tutorials

HTML th atribut nowrap

Referensi th tag HTML HTML <th> tag

contoh

Header sel dengan atribut nowrap:

<table border="1">
<tr>
<th>Month</th>
<th 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>

Coba »

Dukungan Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Semua browser utama mendukung atribut nowrap.


Definisi dan Penggunaan

HTML5 tidak mendukung <th> nowrap atribut. Gunakan CSS sebagai gantinya.

Dalam HTML 4.01, <th> Atribut nowrap sudah ditinggalkan .

nowrap atribut adalah atribut Boolean.

Atribut nowrap menentukan konten header cell tidak membungkus.


kompatibilitas Catatan

Dalam HTML 4.01, <th> Atribut nowrap sudah ditinggalkan. Gunakan CSS sebagai gantinya.

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

CSS Contoh: cell header tabel tidak membungkus

Dalam tutorial CSS kami Anda dapat menemukan informasi lebih lanjut tentang white-space atribut rincian.


Perbedaan antara HTML dan XHTML

Dalam XHTML, melarang minimalisasi atribut, atribut nowrap harus didefinisikan sebagai <th nowrap = "nowrap">.


tatabahasa

<th nowrap>


Referensi th tag HTML HTML <th> tag