Esempio
La seguente tabella HTML definisce una sintesi del contenuto della tabella:
<table summary="Monthly
savings for the Flintstones family">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
Prova tu stesso " Definizione e utilizzo
La <table> attributo summary non è supportato in HTML5.
La summary attributo specifica una sintesi del contenuto di una tabella.
Supporto per il browser
Attributo | |||||
---|---|---|---|---|---|
summary | sì | sì | sì | sì | sì |
La summary attributo non ha effetto visivo nei browser web normali, ma può essere utilizzato dagli screen reader.
Sintassi
<table summary="text">
I valori degli attributi
Valore | Descrizione |
---|---|
text | Una sintesi del contenuto della tabella |