CSS [attribute^=value] Selector Apr 26, 2018 | Misc div[class^=”test”] { background: #ffff00;} Related