CSS Filter: Language Pseudo-Class

Rule: html:lang(en) body { background: #90EE90; color: #000; font-family: sans-serif; }

If the browser supports the above rule, the page’s background should be a light green and the text should be sans-serif.—saila.com

Applies the styles

Does not apply the styles

Thanks to all those who helped test.

Validate: HTML 4.01 (Strict) and CSS2