Select all attributes that match in the IMG tag.
img[title] { border: 1px solid #000; }
img[width] { border: 1px solid #000; }
img[alt] { border: 1px solid #000; }
Set a new img src with css to replace one called out in the html:
img[src="setting-icon.png"] {
border: 1px solid #000000;
content:url("/new/image/source.png");
}