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 first two tables are empty boxes.">
6 <meta name=
"assert" content=
"The second table should have just two horizontal lines - one for the top edge of the table, one for the bottom edge.">
7 <meta name=
"assert" content=
"The third table should have just two vertical lines - one for the left edge of the table, one for the right edge.">
8 <style type=
"text/css">
11 border-collapse: collapse
;
24 border-style: none solid
;
29 border-style: solid none
;
40 <table class=
"tableborder">
55 <table class=
"tableborder">
70 <table class=
"tablehorizontal">
85 <table class=
"tablevertical">