ตัวอย่าง
เซลล์ตารางที่มี 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: ไม่มีคำห่อในเซลล์ของตาราง
ในการกวดวิชา CSS ของเราท่านสามารถดูรายละเอียดเพิ่มเติมเกี่ยวกับ white-space property
ความแตกต่างระหว่าง HTML และ XHTML
ใน XHTML, แอตทริบิวต์ลดเป็นสิ่งต้องห้ามและ nowrap แอตทริบิวต์ต้องได้รับการกำหนดให้เป็น <td nowrap="nowrap">
วากยสัมพันธ์
<td nowrap>