CSS1 Test Suite: 5.5.20 border-bottom


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.one {border-bottom: purple double 10px;}
.two {border-bottom: purple thin solid;}
.three {border-bottom: black medium solid;}
TD {border-bottom: green 2px solid;}

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.

This paragraph should have a purple, double, 10-pixel bottom border.

This paragraph should have a thin purple bottom border.

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.
Cell oneCell two
Nested single-cell table!
TABLE Testing Section
 

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.

This paragraph should have a purple, double, 10-pixel bottom border.

This paragraph should have a thin purple bottom border.

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.
Cell oneCell two
Nested single-cell table!
  • This is a list item...
    • ...and this...
    • ...is a second list...
    • ...nested within the list item.
  • This is a second list item.
  • 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 beneath the nested list (below the line "...nested within the list item.").

[Previous] [Next] [Section] [Contents] [Specification]