1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite:
5.5.20 border-bottom
</TITLE>
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META http-equiv=
"Content-Style-Type" content=
"text/css">
8 <LINK rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
9 <STYLE type=
"text/css">
10 .one {border-bottom: purple double
10px;}
11 .two {border-bottom: purple thin solid;}
12 .three {border-bottom: black medium solid;}
13 TD {border-bottom: green
2px solid;}
</STYLE>
17 <BODY><P>The style declarations which apply to the text below are:
</P>
18 <PRE>.one {border-bottom: purple double
10px;}
19 .two {border-bottom: purple thin solid;}
20 .three {border-bottom: black medium solid;}
21 TD {border-bottom: green
2px solid;}
25 Note that all table cells on this page should have a two-pixel solid green border along their bottom sides. This border applies only to the cells, not the rows which contain them.
29 This paragraph should have a purple, double,
10-pixel bottom border.
32 This paragraph should have a thin purple bottom border.
35 <TABLE cellspacing=
"5" border
>
37 <TD colspan=
"2">Every cell in this table should have a
2-pixel solid green bottom border. This is also true of the table-testing section in the second half of the test page.
41 <TD>Cell one
</TD><TD>Cell two
<TABLE border
><TR><TD>Nested single-cell table!
</TD></TR></TABLE></TD>
46 <LI class=
"three">This is a list item...
49 <LI>...is a second list...
50 <LI>...nested within the list item.
53 <LI class=
"three">This is a second list item.
</LI>
54 <LI class=
"three">Each list item in this list should have a medium-width black border at its bottom, which for the first item means that it should appear
<EM>beneath
</EM> the nested list (below the line
"...nested within the list item.").
58 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
60 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
63 <TD bgcolor=
"silver"> </TD>
65 Note that all table cells on this page should have a two-pixel solid green border along their bottom sides. This border applies only to the cells, not the rows which contain them.
69 This paragraph should have a purple, double,
10-pixel bottom border.
72 This paragraph should have a thin purple bottom border.
75 <TABLE cellspacing=
"5" border
>
77 <TD colspan=
"2">Every cell in this table should have a
2-pixel solid green bottom border. This is also true of the table-testing section in the second half of the test page.
81 <TD>Cell one
</TD><TD>Cell two
<TABLE border
><TR><TD>Nested single-cell table!
</TD></TR></TABLE></TD>
86 <LI class=
"three">This is a list item...
89 <LI>...is a second list...
90 <LI>...nested within the list item.
93 <LI class=
"three">This is a second list item.
</LI>
94 <LI class=
"three">Each list item in this list should have a medium-width black border at its bottom, which for the first item means that it should appear
<EM>beneath
</EM> the nested list (below the line
"...nested within the list item.").
96 </TD></TR></TABLE></BODY>