Complete CSS Selector Reference
Select and style elements with a title attribute containing the word "flower":
The [attribute~=value] selector is used to select elements with an attribute value containing a specified word.
![]()
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
Complete CSS Selector Reference
Your message has been sent to W3Schools.