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 --- .../fr/web/api/htmltableelement/caption/index.html | 25 ---------------------- files/fr/web/api/htmltableelement/caption/index.md | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 files/fr/web/api/htmltableelement/caption/index.html create mode 100644 files/fr/web/api/htmltableelement/caption/index.md (limited to 'files/fr/web/api/htmltableelement/caption') diff --git a/files/fr/web/api/htmltableelement/caption/index.html b/files/fr/web/api/htmltableelement/caption/index.html deleted file mode 100644 index b7c559b5a8..0000000000 --- a/files/fr/web/api/htmltableelement/caption/index.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 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