[attribute] Selector

//the following example selects all <a> elements with a target attribute

a[target] {
  background-color: yellow;
}

Is used to select elements with a specified attribute.

[attribute] Selector — Structure map

Clickable & Draggable!

[attribute] Selector — Related pages: