css attribute selector

CSS
a[target="_blank"] {
  background-color: yellow;
}
/*w3schools*/a[target] {
  background-color: yellow;
}  
Source

Also in CSS: