aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_table/index.html
blob: 928231d52804fcdaaf865c1f0b883c2744fb2bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
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>

<div class="index">
<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>
</div>

<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>