Latest web development tutorials

HTML td axis properties

HTML td tag Reference Manual HTML <td> tag

Examples

HTML table cells with the classification:

<table border="1" width="100%">
<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>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

axis property has no visual effect in an ordinary Web browser, but you can use screen readers.


Definition and Usage

HTML5 does not support the <td> axis properties.

axis attribute for the cell classification.

axis property can be used for information related to a combination of columns.


grammar

<td axis="category_name">

Property Value

描述
category_name 规定类别的名称。


HTML td tag Reference Manual HTML <td> tag