1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: border-top-width
</title>
5 <style type=
"text/css">
6 td
{ vertical-align: bottom
;}
8 .two {border-top-width: thick
; border-style: solid
;}
9 .three {border-top-width: medium
; border-style: solid
;}
10 .four {border-top-width: thin
; border-style: solid
;}
12 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#border-properties" title=
"8.5 Border properties">
15 <p>The three boxes below should have progressively thinner top borders.
</p>