blob: e6d636621324e35ef8f96e42c49e67b47322c81e (
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
|
---
title: CSS 表
slug: Web/CSS/CSS_Table
tags:
- CSS
- CSS 表
- ガイド
- 概要
- リファレンス
translation_of: Web/CSS/CSS_Table
---
{{CSSRef}}
**CSS 表** (CSS Table) は CSS のモジュールの一つで、表データをレイアウトする方法を定義します。
## リファレンス
### プロパティ
- {{cssxref("border-collapse")}}
- {{cssxref("border-spacing")}}
- {{cssxref("caption-side")}}
- {{cssxref("empty-cells")}}
- {{cssxref("table-layout")}}
- {{cssxref("vertical-align")}}
## 仕様書
| 仕様書 | 状態 | 備考 |
| ------------------------------------- | ------------------- | -------- |
| {{SpecName("CSS2.1", "tables.html")}} | {{Spec2("CSS2.1")}} | 初回定義 |
|