1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: border-style
</title>
5 <style type=
"text/css">
6 .one {border-style: dotted
; border-color: navy
; border-width: thick
;}
7 .two {border-style: dashed
; border-color: navy
; border-width: thick
;}
8 .three {border-style: solid
; border-color: navy
; border-width: thick
;}
9 .four {border-style: double
; border-color: navy
; border-width: thick
;}
10 .five {border-style: groove
; border-color: orange
; border-width: thick
;}
11 .six {border-style: ridge
; border-color: orange
; border-width: thick
;}
12 .seven {border-style: inset
; border-color: orange
; border-width: thick
;}
13 .eight {border-style: outset
; border-color: orange
; border-width: thick
;}
14 .nine {border-style: double groove
; border-color: blue
; border-width: thick
;}
15 .ten {border-style: dotted double dashed solid
; border-color: blue
; border-width: thick
;}
16 .eleven {border-style: none
; border-color: red
; border-width: thick
;}
18 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#border-properties" title=
"8.5 Border properties">
21 <p>The borders below should be as described:
</p>
47 Blue and double on top and bottom; Blue and grooved on the left and right.
50 Blue borders which are, in clockwise order from top: dotted, double, dashed, solid.
53 This paragraph should have no border at all.