[data$='2']{color: red;}


/* 后代选择器 */
/* div>h1{color: greenyellow;} */

/* span+p{color: greenyellow;}  */

/* span~p{color: greenyellow;} */

/* 伪类和伪元素 */

div>h1:last-of-type {color: greenyellow;}