CSS1 Test Suite: 5.2.3 font-style


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

The style declarations which apply to the text below are:

.one {font-style: italic;}
.two {font-style: oblique;}
.three, I {font-style: normal;}


This paragraph should be in italics, but the last word of the sentence should be normal.

This paragraph should be oblique.

This paragraph should be normal.

This paragraph should be in italics, but the last word of the sentence should be normal.

This paragraph should be oblique.

This paragraph should be normal.


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