Esempio
L'utilizzo del abbr attributi in una tabella HTML:
<table>
<tr>
<th>Toy manufacturer</th>
<th>Model</th>
</tr>
<tr>
<td>Bruder Toys</td>
<td abbr="vehicle">8970 Cross Country Vehicle</td>
</tr>
<tr>
<td>Bruder Toys</td>
<td abbr="lorry">0567 DHL Lorry</td>
</tr>
</table>
Prova tu stesso " Definizione e utilizzo
Il <td> abbr non è supportato in HTML5.
Il abbr attributo specifica una versione più corta del contenuto in una cella.
Supporto per il browser
Attributo | |||||
---|---|---|---|---|---|
abbr | sì | sì | sì | sì | sì |
Il abbr attributo non ha effetto visivo nei browser web normali, ma può essere utilizzato dagli screen reader.
Sintassi
<td abbr="text">
I valori degli attributi
Valore | Descrizione |
---|---|
text | Una breve descrizione del contenuto della cella |