element [attribute=value] { attribute: value; } element [attribute~=value] { attribute: value; } *[disabled="true"] { color: lightgrey; } menu[value="File"] { font-weight: bold; } [id~="my"] { color: red; }