Attribute Selector Examples

ID/Class Selector Equivalents

I am green (p.green-cls)

I am also green (p[class="green-cls-attr"])

I am red (p#red-id)

I am also red (p[id="red-id-attr"])

Simple Attribute Selectors

Search Engines (bolded if tooltip (title=">something>")):

Google Yahoo Bing
Selection Based on Exact Attribute Value

Search Engines (bolded if href="https://yahoo.com"):

Google Yahoo Bing
Selection Based on Partial Attribute Value