Latest web development tutorials

HTML attribut summary table

table HTML Manuel tag de référence HTML balise <table>

Exemples

Le tableau HTML suivant définit un tableau récapitulatif des matières:

<table border="1" summary="Monthly savings for the Flintstones family">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>

Essayez »

support du navigateur

Internet ExplorerFirefoxOperaGoogle ChromeSafari

propriété sommaire n'a aucun effet visuel dans un navigateur Web ordinaire, mais vous pouvez utiliser les lecteurs d'écran.


Définition et utilisation

HTML5 ne supporte pas la <table> Résumé attributs.

attribut summary indique le tableau récapitulatif des contenus.


grammaire

<table summary="text">

Valeur de la propriété

描述
text 表格内容的摘要。


table HTML Manuel tag de référence HTML balise <table>