aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_table/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/css_table/index.md')
-rw-r--r--files/fr/web/css/css_table/index.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/files/fr/web/css/css_table/index.md b/files/fr/web/css/css_table/index.md
new file mode 100644
index 0000000000..7b01e5fe58
--- /dev/null
+++ b/files/fr/web/css/css_table/index.md
@@ -0,0 +1,44 @@
+---
+title: CSS Table
+slug: Web/CSS/CSS_Table
+tags:
+ - Aperçu
+ - CSS
+ - Reference
+translation_of: Web/CSS/CSS_Table
+---
+<div>{{CSSRef}}</div>
+
+<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>
+
+<h2 id="Référence">Référence</h2>
+
+<h3 id="Propriétés">Propriétés</h3>
+
+<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>
+
+<h2 id="Spécifications">Spécifications</h2>
+
+<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>