CSS2 Test Suite: 5.4 Type Selectors

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

H1 {font-family: sans-serif;}
BODY {color: purple;}
P {color: green;}
H3 {color: navy;}
LI {color: green;}

This H1 should be sans-serif.

This paragraph should be green.

This paragraph should be green despite having a class of 'tester'.

This H3 should be navy (dark blue).

  1. This list item should be green...
  2. ...as should this.
This H5 should be purple.

Another paragraph o' green.


[index page] [section] [Previous] [Next] [Specification]