"target"이 있는 요소에 대해 배경색을 "lightblue"으로 설정 귀속시키다

코드

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

실행결과