다음이 있는 요소에 대해 배경색을 "밝은 파란색"으로 설정 특성: target="_blank"
코드
a[target="_blank"] { background-color:lightblue; }
실행결과