1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: border-color
</title>
5 <style type=
"text/css">
6 .one {border-color: green
; border-style: solid
;}
7 .two {border-color: green
; border-width: medium
; border-style: solid
;}
8 .three {border-color: purple green blue yellow
; border-width: 2em; border-style: solid
;}
10 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#border-properties" title=
"8.5 Border properties">
14 This box should have a green border.
17 This box should have an identical green border.
20 Clockwise from top, the borders should be: PURPLE, GREEN, BLUE, YELLOW.