HTML td nowrap 屬性

2018-08-04 20:27 更新

HTML <td> nowrap 屬性

HTML td 標(biāo)簽參考手冊(cè) HTML <td> 標(biāo)簽

實(shí)例

帶有 nowrap 屬性的表格單元格:

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

嘗試一下 ?

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流瀏覽器都支持 nowrap 屬性。


定義和用法

HTML5 不支持 <td> nowrap 屬性。請(qǐng)使用 CSS 代替。

在 HTML 4.01 中,<td> 的 nowrap 屬性 已廢棄。

nowrap 屬性是一個(gè)布爾屬性。

nowrap 屬性規(guī)定表格單元格中的內(nèi)容不換行。


兼容性注釋

在 HTML 4.01 中,<td> 的 nowrap 屬性已廢棄。請(qǐng)使用 CSS 代替。

CSS 語(yǔ)法:<td style="white-space: nowrap">

CSS 實(shí)例:表格單元格中不換行

在我們的 CSS 教程中,您可以找到更多有關(guān) white-space 屬性 的細(xì)節(jié)。


HTML 與 XHTML 之間的差異

在 XHTML 中,禁止屬性最小化,nowrap 屬性必須定義為 <td nowrap="nowrap">。


語(yǔ)法

<td nowrap>


HTML td 標(biāo)簽參考手冊(cè) HTML <td> 標(biāo)簽
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)