--- title: table.caption slug: Web/API/HTMLTableElement/caption tags: - Référence_du_DOM_Gecko translation_of: Web/API/HTMLTableElement/caption ---

{{ ApiRef() }}

Résumé

caption renvoie la légende du tableau.

Syntaxe

string = table.caption

Exemple

if (table.caption) {
  // On peut alors faire quelque chose avec la légende du tableau
}

Notes

Cette propriété ne renvoie rien s'il n'y a aucune légende pour le tableau.

Spécification

{{ languages( { "en": "en/DOM/table.caption", "pl": "pl/DOM/table.caption" } ) }}