blob: cea9beb8da09e97a299dc788573eb676f83581cd (
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
|
---
title: CSS Table
slug: Web/CSS/CSS_Table
tags:
- Aperçu
- CSS
- Reference
translation_of: Web/CSS/CSS_Table
---
{{CSSRef}}
**_CSS Table_** (ou module des tableaux CSS) est un module CSS qui définit comment disposer les données de tableaux.
## Référence
### Propriétés
- {{cssxref("border-collapse")}}
- {{cssxref("border-spacing")}}
- {{cssxref("caption-side")}}
- {{cssxref("empty-cells")}}
- {{cssxref("table-layout")}}
- {{cssxref("vertical-align")}}
## Spécifications
| Spécification | État | Commentaires |
| ------------------------------------------------ | ------------------------ | -------------------- |
| {{SpecName("CSS2.1", "tables.html")}} | {{Spec2("CSS2.1")}} | Définition initiale. |
|