Testing Third Testable Statement of Sec 17.1 of CSS2 Specification
-
3. These CSS rules specify that the top row will be surrounded by a 3px
solid blue border and each of the other rows will be
surrounded by a 1px solid black border.
PASS CRITERIA:
If statement #3 above is passed, then
the table below is as described above.
This is a simple 3x3 table
Header 1
|
Cell 1
|
Cell 2
|
Header 2
|
Cell 3
|
Cell 4
|
NOTE: Rules applied are "table {border-style: solid}",
"tr#row1 {border-top: 3px solid blue}",
"tr#row2 {border-top: 1px solid black}".
All other properties of this page should be UA-default.