nowrap 屬性是一個布爾屬性,nowrap 屬性規(guī)定表格單元格中的內(nèi)容不換行。
含有 nowrap 屬性的表格單元格:
<table border="1"> <tr> <th>解釋</th> <th>解釋</th> </tr> <tr> <td nowrap>決不增加超出必要范圍的解釋任何事物所需的實體數(shù)量 </td> <td>決不增加超出必要范圍的解釋任何事物所需的實體數(shù)量</td> </tr> </table>測試看看 ?/?
IEFirefoxOperaChromeSafari
所有主流瀏覽器都支持 nowrap 屬性。
HTML5 不支持 <td> nowrap 屬性。請使用 CSS 代替。
在 HTML 4.01 中,<td> 的 nowrap 屬性 已廢棄。
nowrap 屬性是一個布爾屬性。
nowrap 屬性指定表格單元格中的內(nèi)容不換行。
在 HTML 4.01 中,<td> 的 nowrap 屬性已廢棄。請使用 CSS 代替。
CSS 語法:<td style="white-space: nowrap">
在我們的 CSS 教程中,您可以找到更多有關(guān)white-space 屬性 的細節(jié)。
在 XHTML 中,禁止屬性簡寫,nowrap 屬性必須定義為 <td nowrap="nowrap">。
<td nowrap>HTML <td> 標(biāo)簽