From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/htmltableelement/caption/index.md | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 files/fr/web/api/htmltableelement/caption/index.md (limited to 'files/fr/web/api/htmltableelement/caption/index.md') diff --git a/files/fr/web/api/htmltableelement/caption/index.md b/files/fr/web/api/htmltableelement/caption/index.md new file mode 100644 index 0000000000..b7c559b5a8 --- /dev/null +++ b/files/fr/web/api/htmltableelement/caption/index.md @@ -0,0 +1,25 @@ +--- +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

+ \ No newline at end of file -- cgit v1.2.3-54-g00ecf