예
A의 테이블 셀 nowrap 속성 :
<table>
<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>
»그것을 자신을 시도 정의 및 사용
nowrap 속성은 부울 속성입니다.
존재하는 경우, 그것은 셀 내부의 내용이 줄 바꿈되지 않도록 지정합니다.
브라우저 지원
속성 | |||||
---|---|---|---|---|---|
nowrap | 예 | 예 | 예 | 예 | 예 |
호환성 노트
nowrap 의 속성 <td> HTML5에서 지원되지 않습니다. CSS를 대신 사용합니다.
CSS 구문 : <td style="white-space: nowrap">
우리의 CSS 튜토리얼에서 당신은에 대한 자세한 내용은 찾을 수 있습니다 white-space property .
HTML 및 XHTML의 차이점
XHTML에서, 속성의 최소화는 금지되고, nowrap 속성으로 정의되어야합니다 <td nowrap="nowrap"> .
통사론
<td nowrap>