1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: border-bottom
</title>
5 <style type=
"text/css">
7 .one {border-bottom: blue double
10px;}
8 .two {border-bottom: blue thin solid
;}
10 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#border-properties" title=
"8.5 Border properties">
14 This paragraph should have two blue lines directly under it.
17 This paragraph should have a single thin blue line directly under it.