[CSS] 속성 값을 이용한 selector

a[href ="naver.com"] // naver.com이 들어가는 것

a[href ^= "naver"] // naver로 시작하는 것

a[href $= ".com"] // .com으로 끝나는 것

채널톡 아이콘