CSS1 Test Suite: 5.4.4 vertical-align


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 10 June 1998

The style declarations which apply to the text below are:

.one {vertical-align: sub;}
.two {vertical-align: super;}
.three {vertical-align: top;}
.four {vertical-align: text-top;}
.five {vertical-align: middle;}
.six {vertical-align: bottom;}
.seven {vertical-align: text-bottom;}
.eight {vertical-align: baseline;}
.nine {vertical-align: 50%;}


The last word in the sentence should be subscript-aligned.

The last word in the sentence should be superscript-aligned.

The last word in the sentence should be top-aligned.

The last word in the sentence should be text-top-aligned.

The last word in the sentence should be middle-aligned.

The last word in the sentence should be bottom-aligned.

The last word in the sentence should be text-bottom-aligned.

The last word in the sentence should be baseline-aligned.

The last word in the sentence should be 50%-aligned.

The last word in the sentence should be subscript-aligned.

The last word in the sentence should be superscript-aligned.

The last word in the sentence should be top-aligned.

The last word in the sentence should be text-top-aligned.

The last word in the sentence should be middle-aligned.

The last word in the sentence should be bottom-aligned.

The last word in the sentence should be text-bottom-aligned.

The last word in the sentence should be baseline-aligned.

The last word in the sentence should be 50%-aligned.


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