El atributo HTML <td> abbr se usa para especificar la versión más corta del contenido . Este atributo no es compatible con HTML 5. No describe ningún efecto visual, pero los lectores de pantalla lo utilizan.
Sintaxis:
<td abbr="text">
Valores de atributos:
- texto: Contiene la breve descripción del contenido de la celda.
Nota: este atributo no es compatible con HTML 5.
Ejemplo:
<!DOCTYPE html> <html> <head> <title> HTML td abbr Attribute </title> </head> <body> <h1>GeeksforGeeks</h1> <h2>HTML td abbr Attribute</h2> <table border="1"> <tr> <th>NAME</th> <th>AGE</th> <th>BRANCH</th> </tr> <tr> <td abbr="name of student">BITTU</td> <td abbr="age of student">22</td> <td abbr="branch name">CSE</td> </tr> <tr> <td>RAKESH</td> <td>25</td> <td>EC</td> </tr> </table> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con el atributo HTML <td> abbr se enumeran a continuación:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera