'+' : ์ธ์ ๋์
'~' : ๋์๋ค
' ' : ํ์
'>' : ์์
'*' : ๋ชจ๋ ๊ฒ
' :first-child ' : ์ฒซ๋ฒ์งธ ์์
' :last-child ' : ๋ง์ง๋ง ์์
' :only-child ' : ์ ์ผํ ์์
' :nth-child(n) ' : n๋ฒ์งธ ์์
' :nth-last-child(n) ' : ๋ง์ง๋ง์์ n๋ฒ์งธ ์์
ใดโป ์๋ฆฌ๋จผํธ ์ข ๋ฅ์ ์๊ด์์ด ๊ฐ์ ๊ณ์ธต์์ n๋ฒ์งธ ์์์ธ ๊ฒ์ ์ ์ฉ๋จ
' :first-of-type ' : ํ๊ทธ์ ํ ์ค์์ ์ฒซ๋ฒ์งธ
' :only-of-type ' : ํ๊ทธ์ด๋ฉด์ ์ค์ง ํ๋๋ฟ์ธ ์ ํ
' :last-of-type ' : ํ๊ทธ์ด๋ฉด์ ๋ง์ง๋ง ์ ํ
' :nth-of-type(n) ' : ํ๊ทธ ์ค์์ n๋ฒ์งธ
ใดโป nth-child์ ๋ฌ๋ฆฌ ํด๋นํ๊ทธ ์ค์์ n๋ฒ์งธ์ธ ๊ฒ์ ์ ์ฉ๋จ
' :empty ' : ์์์ด ์๋ ํ๊ทธ
' :not() ' : ()๋ฅผ ๋บ ํ๊ทธ
๋๊ธ