HTML <td> axis attribute
HTML <td> tag
Example
An HTML table with categorized cells:
<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 yourself!
|
Definition and Usage
The axis attribute is used to categorize cells.
The axis attribute can be used to group related columns of information.
Browser Support

Note: The axis attribute is not supported by any of the major browsers.
Syntax
Attribute Values
Value |
Description |
category_name |
Specifies a category name |
HTML <td> tag
Whether you're new to XML or already an advanced user, the user-friendly views
and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to
meet your XML and Web services development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a fully functional free 30-day trial today!
|