1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: Table columns - HTML table 'rules' attribute on columns
</title>
5 <meta name=
"assert" content=
"The outer edges of each table should have no borders.">
6 <meta name=
"assert" content=
"The first table should have two vertical lines interesecting two horizontal lines.">
7 <meta name=
"assert" content=
"The second vertical line in the first table should be all green.">
8 <meta name=
"assert" content=
"The horizontal lines in the third column of the first table should be all blue.">
9 <meta name=
"assert" content=
"The second table should have just two horizontal lines.">
10 <meta name=
"assert" content=
"The third table should have just two vertical lines.">
11 <style type=
"text/css">
14 border-collapse: collapse
;
19 border-style: none solid
;