1 2 3 4 5
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/first-line-001.htm */ body { color: red } body:first-line { color: green; }