Attribute selectors, first introduced in CSS2, allow rules to match elements with particular attributes or attribute values.match all a tags that simply have the href attribute.It is possible to match multiple attribute values or even pieces of the attribute values, to match a value in a space-separated list.CSS3 attributes that start with a particular value using [attr^=value].
Using [attr$=value].[attr*=value].[title~="Larry"]