CSS [attribute*=value] Selector
The [attribute*="str"] selector targets the elements whose attribute values contain a specified substring. This substring can appear anywhere within the attribute's value â beginning, end, or middle. Syntax: element [attribute*="str"] { // CSS Property} Example: In the following example, the <p