Daniel Glazman p { background-color : red } p[title^="foo"] { background-color : lime }

This paragraph should have a green background
because its title attribute begins with "foo"