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: dashed
; border-color: black
; border-width: thick
;}
7 .two {border-style: groove
; border-color: orange
; border-width: thick
;}
8 .three {border-style: none
; border-color: red
; border-width: thick
;}
10 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#border-properties" title=
"8.5 Border properties">
13 <p>The borders below should be as described:
</p>
15 <span class=
"one">Black and dashed.
</span>
18 <span class=
"two">Orange and grooved.
</span>
21 <span class=
"three">No border.
</span>