CSS1 Test Suite: 5.5.17 border-style


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

The style declarations which apply to the text below are:

.one {border-style: dotted; border-color: black; border-width: thick;}
.two {border-style: dashed; border-color: black; border-width: thick;}
.three {border-style: solid; border-color: black; border-width: thick;}
.four {border-style: double; border-color: black; border-width: thick;}
.five {border-style: groove; border-color: olive; border-width: thick;}
.six {border-style: ridge; border-color: olive; border-width: thick;}
.seven {border-style: inset; border-color: olive; border-width: thick;}
.eight {border-style: outset; border-color: olive; border-width: thick;}
.nine {border-style: double groove; border-color: olive; border-width: thick;}
.ten {border-style: double groove ridge inset; border-color: olive; border-width: thick;}
.eleven {border-style: none; border-color: olive; border-width: thick;}

This paragraph should have a thick black dotted border all the way around.

This paragraph should have a thick black dashed border all the way around.

This paragraph should have a thick black solid border all the way around.

This paragraph should have a thick black double border all the way around.

This paragraph should have a thick olive grooved border all the way around.

This paragraph should have a thick olive ridged border all the way around.

This paragraph should have a thick olive inset border all the way around.

This paragraph should have a thick olive outset border all the way around.

This paragraph should have thick double top and bottom borders, and thick grooved side borders.

This paragraph should have, in clockwise order from the top, a double, grooved, ridged, and inset thick border.

This paragraph should have no border at all.

This paragraph should have a thick black dotted border all the way around.

This paragraph should have a thick black dashed border all the way around.

This paragraph should have a thick black solid border all the way around.

This paragraph should have a thick black double border all the way around.

This paragraph should have a thick olive grooved border all the way around.

This paragraph should have a thick olive ridged border all the way around.

This paragraph should have a thick olive inset border all the way around.

This paragraph should have a thick olive outset border all the way around.

This paragraph should have thick double top and bottom borders, and thick grooved side borders.

This paragraph should have, in clockwise order from the top, a double, grooved, ridged, and inset thick border.

This paragraph should have no border at all.


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