diff options
author | julieng <julien.gattelier@gmail.com> | 2021-09-17 20:59:20 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-12 07:57:33 +0200 |
commit | 258ba7b4be62d8640477a3bd3146d08b00cb70ec (patch) | |
tree | a8476eee4c369ff47bdfe08353774414f2281ba3 /files/fr/web/css/css_table | |
parent | 149319bb8c7b1394a443f0877c3460cd362aa815 (diff) | |
download | translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.gz translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.bz2 translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.zip |
convert content to md
Diffstat (limited to 'files/fr/web/css/css_table')
-rw-r--r-- | files/fr/web/css/css_table/index.md | 43 |
1 files changed, 14 insertions, 29 deletions
diff --git a/files/fr/web/css/css_table/index.md b/files/fr/web/css/css_table/index.md index 7b01e5fe58..cea9beb8da 100644 --- a/files/fr/web/css/css_table/index.md +++ b/files/fr/web/css/css_table/index.md @@ -7,38 +7,23 @@ tags: - Reference translation_of: Web/CSS/CSS_Table --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<p><em><strong>CSS Table</strong></em> (ou module des tableaux CSS) est un module CSS qui définit comment disposer les données de tableaux.</p> +**_CSS Table_** (ou module des tableaux CSS) est un module CSS qui définit comment disposer les données de tableaux. -<h2 id="Référence">Référence</h2> +## Référence -<h3 id="Propriétés">Propriétés</h3> +### Propriétés -<ul> - <li>{{cssxref("border-collapse")}}</li> - <li>{{cssxref("border-spacing")}}</li> - <li>{{cssxref("caption-side")}}</li> - <li>{{cssxref("empty-cells")}}</li> - <li>{{cssxref("table-layout")}}</li> - <li>{{cssxref("vertical-align")}}</li> -</ul> +- {{cssxref("border-collapse")}} +- {{cssxref("border-spacing")}} +- {{cssxref("caption-side")}} +- {{cssxref("empty-cells")}} +- {{cssxref("table-layout")}} +- {{cssxref("vertical-align")}} -<h2 id="Spécifications">Spécifications</h2> +## Spécifications -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Spécification</th> - <th scope="col">État</th> - <th scope="col">Commentaires</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("CSS2.1", "tables.html")}}</td> - <td>{{Spec2("CSS2.1")}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> +| Spécification | État | Commentaires | +| ------------------------------------------------ | ------------------------ | -------------------- | +| {{SpecName("CSS2.1", "tables.html")}} | {{Spec2("CSS2.1")}} | Définition initiale. | |