伪类和伪元素区别和有什么(混面试)

97 阅读1分钟

伪类,一个点,表示元素状态 (1):focus、:link、:visited、:hover、:active (2):first-child、:nth-child()、:last-child、:first-of-type、:last-of-type、:nth-of-type() (3)少见:nth-last-child()、:nth-last-type()、:only-child、:only-of-type、:root、:empty (4)少见:not(.类名/title/:first-child填任何东西) (5)少见:checked、:disabled (6)少见:target (7)少见:lang 伪元素,两个点,表示元素特殊位置 ::first-letter、::first-line、::after、::before、::selection、::placeholder

image.png