a[href ="naver.com"] // naver.com이 들어가는 것
a[href ^= "naver"] // naver로 시작하는 것
a[href $= ".com"] // .com으로 끝나는 것