El atributo de eje HTML <td> se utiliza para categorizar el contenido de la celda . Se utiliza para información relacionada con el grupo. Este atributo no muestra un efecto visual en el navegador web, pero los lectores de pantalla lo utilizan. No es compatible con HTML 5.
Sintaxis:
<td axis="category_name">
Valores de atributos:
- category_name: Se utiliza para especificar el nombre de la categoría.
Ejemplo:
<!DOCTYPE html> <html> <head> <title> HTML td axis Attribute </title> </head> <body> <h1>GeeksforGeeks</h1> <h2>HTML td axis Attribute</h2> <table width="500" border="1"> <tr> <th>NAME</th> <th>AGE</th> <th>BRANCH</th> </tr> <tr> <td axis="student_info">BITTU</td> <td axis="student_info">22</td> <td axis="student_info">CSE</td> </tr> <tr> <td axis="student_info">RAKESH</td> <td axis="student_info">25</td> <td axis="student_info">EC</td> </tr> </table> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con el atributo de eje HTML <td> se enumeran a continuación:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera