nowrap屬性是一個(gè)布爾屬性。nowrap屬性規(guī)定表頭單元格中的內(nèi)容不換行。
具有nowrap屬性的標(biāo)頭單元格:
<table style="width:100%" border="1"> <tr> <th>年份</th> <th nowrap>存錢買房</th> </tr> <tr> <td>2018</td> <td>$15320.00</td> </tr> <tr> <td>2019</td> <td>$18320.00</td> </tr> </table>測(cè)試看看 ?/?
IEFirefoxOperaChromeSafari
所有主流瀏覽器都支持 nowrap 屬性。
HTML5 不支持 <th> nowrap 屬性。請(qǐng)使用 CSS 代替。
在 HTML 4.01 中,<th> 的 nowrap 屬性 已廢棄。
nowrap 屬性是一個(gè)布爾屬性。
nowrap 屬性指定表頭單元格中的內(nèi)容不換行。
在 HTML 4.01 中,<th> 的 nowrap 屬性已廢棄。請(qǐng)使用 CSS 代替。
CSS 語(yǔ)法:<th style="white-space: nowrap">
在我們的 CSS 教程中,您可以找到更多有關(guān)white-space 屬性 的細(xì)節(jié)。
在 XHTML 中,禁止屬性簡(jiǎn)寫,nowrap 屬性必須定義為 <th nowrap="nowrap">。
<th nowrap>HTML <th> 標(biāo)簽