HTML and CSS Reference
In-Depth Information
Name
Language Attribute Selector
Pattern:
element1[lang|="lc"]
Description:
This allows authors to select any element with a lang attribute whose value is a hyphen-sep-
arated list of values, starting with the value provided in the selector.
Example:
html[lang|="tr"] {color: red;}
Search WWH ::




Custom Search