1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
4 <title>CSS2 table display types
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
7 <link rel=
"copyright" href=
"/~dbaron/legal.html">
8 <style type=
"text/css">
10 .trow { display: table-row
; }
11 .tcol { display: table-column
; }
12 .tcg { display: table-column-group
; }
13 .tcell { display: table-cell
; }
18 <h2>table-column-group
</h2>
22 <div class=
"tcol"></div>
23 <div class=
"tcol"></div>
26 <div class=
"tcell">white
</div>
27 <div class=
"tcell">white
</div>