Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

lang

The :lang pseudo-class sets the language for a tag. For example:

p:lang(en) {text-align: left;}

You might use this to set up quotation marks for a document that is in French or German.