ตัวอย่าง
ตาราง HTML ที่มีเซลล์แบ่ง:
<table>
<tr>
<th axis="name">Name</td>
<th axis="contact">Email</td>
<th axis="contact">Phone</td>
<th axis="contact">Address</td>
</tr>
<tr>
<td axis="name">John Doe</td>
<td axis="contact">[email protected]</td>
<td axis="contact">+45342323</td>
<td axis="contact">Rosevn 56,4300 Sandnes,Norway</td>
</tr>
</table>
ลองตัวเอง» ความหมายและการใช้งาน
<td> แกนแอตทริบิวต์ไม่สนับสนุนใน HTML5
axis แอตทริบิวต์ที่ใช้ในการจัดหมวดหมู่เซลล์
axis แอตทริบิวต์สามารถนำมาใช้กับกลุ่มที่เกี่ยวข้องกับคอลัมน์ของข้อมูล
สนับสนุนเบราว์เซอร์
คุณลักษณะ | |||||
---|---|---|---|---|---|
axis | ใช่ | ใช่ | ใช่ | ใช่ | ใช่ |
axis แอตทริบิวต์ไม่มีผลภาพในเว็บเบราเซอร์ธรรมดา แต่สามารถใช้โปรแกรมอ่านหน้าจอ
วากยสัมพันธ์
<td axis="category_name">
ค่าแอตทริบิวต์
ความคุ้มค่า | ลักษณะ |
---|---|
category_name | ระบุชื่อหมวดหมู่ |