From http://www.w3schools.com (Copyright Refsnes Data)
ExampleIn the example below, the :lang class specifies the quotation marks for q elements with lang="no":
Try it yourself » |
The :lang pseudo-class adds a style to an element with a specific lang attribute.
![]()
The :lang pseudo-class is supported in all major browsers, except Safari.
Note: Internet Explorer 8 (and higher) supports the :lang pseudo class if a !DOCTYPE is specified.
CSS tutorial: CSS Pseudo classes
Complete CSS Reference
From http://www.w3schools.com (Copyright Refsnes Data)