--- title: table.caption slug: Web/API/HTMLTableElement/caption tags: - Référence_du_DOM_Gecko translation_of: Web/API/HTMLTableElement/caption ---
{{ ApiRef() }}
caption renvoie la légende du tableau.
string = table.caption
if (table.caption) { // On peut alors faire quelque chose avec la légende du tableau }
Cette propriété ne renvoie rien s'il n'y a aucune légende pour le tableau.
{{ languages( { "en": "en/DOM/table.caption", "pl": "pl/DOM/table.caption" } ) }}