YouTip LogoYouTip

Att Td Axis

HTML td axis Attribute | Rookie Tutorial

HTML td axis Attribute

Definition and Usage: The axis attribute is used to categorize cells. It can be used to group related information columns.

Syntax: <td axis="category_name">

Attribute Value:

Value Description
category_name Specifies the name of the category.

Example: An HTML table with categorized cells:

Name Email Phone Address
John Doe someone@example.com +45342323 Rosevn 56,4300 Sandnes,Norway

Browsers Support: The axis attribute has no visual effect in common web browsers, but can be used with screen readers.

Note: HTML5 does not support the <td> axis attribute.


Related Pages