ความหมายและการใช้งาน
headers แอตทริบิวต์ที่ระบุหนึ่งหรือมากกว่าเซลล์ส่วนหัวของเซลล์ตารางที่เกี่ยวข้องกับ
นำไปใช้กับ
headers แอตทริบิวต์ที่สามารถใช้กับองค์ประกอบต่อไปนี้:
องค์ประกอบ | คุณลักษณะ |
---|---|
<td> | headers |
<th> | headers |
ตัวอย่าง
Td ตัวอย่าง
ระบุ <th> แต่ละองค์ประกอบ <td> องค์ประกอบที่เกี่ยวข้องกับ:
<table>
<tr>
<th id="name">Name</th>
<th id="email">Email</th>
<th id="phone">Phone</th>
<th id="addr">Address</th>
</tr>
<tr>
<td headers="name">John Doe</td>
<td headers="email">[email protected]</td>
<td headers="phone">+45342323</td>
<td headers="addr">Rosevn 56,4300 Sandnes,Norway</td>
</tr>
</table>
ลองตัวเอง» Th ตัวอย่าง
ระบุ <th> องค์ประกอบแต่ละเซลล์ส่วนหัวที่เกี่ยวข้องกับ:
<table>
<tr>
<th id="name" colspan="2">Name</th>
</tr>
<tr>
<th headers="name">Firsname</th>
<th headers="name">Lastname</th>
</tr>
</table>
ลองตัวเอง» สนับสนุนเบราว์เซอร์
headers
แอตทริบิวต์มีการสนับสนุนเบราว์เซอร์ต่อไปนี้สำหรับแต่ละองค์ประกอบ:
ธาตุ | |||||
---|---|---|---|---|---|
td | ใช่ | ใช่ | ใช่ | ใช่ | ใช่ |
th | ใช่ | ใช่ | ใช่ | ใช่ | ใช่ |