Complete CSS Selector Reference
Select and style elements, where the lang attribute's value starts with "en":
The [attribute|=value] selector is used to select elements with the specified attribute starting with the specified value.
Note: The value has to be a whole word, either alone, like lang="en", or followed by a hyphen( - ), like lang="en-us".
![]()
The [attribute|=value] selector is supported in all major browsers.
Note: For [attribute|=value] to work in IE8 and earlier, a <!DOCTYPE> must be declared.
CSS tutorial: CSS Attribute Selectors
Select and style elements, where the class attribute's value starts with "top":
Complete CSS Selector Reference
Your message has been sent to W3Schools.