CSS選取器 – 32 偽類 :root
#:root 根目錄選取器 這個選取器是所有選取器當中最特別的,且目...
CSS選取器 – 31 偽類 :focus-within
#:focus-within 焦點選取器 :focus-within...
CSS選取器 – 30 偽類 ::placeholder
#::placeholder placeholder是HTML5新增...
CSS選取器 – 29 偽類 :read-only
#:read-only 唯讀 表示不可寫入,在表單中有些欄位就只是單...
CSS選取器 – 28 偽類 :in-range 與 :out-of-range
#:in-range 與 :out-of-range 就是CSS中能...
CSS選取器 – 27 偽類 :valid 與 :invalid
#:valid 與 :invalid 說到表單就不能不說表單欄位的格...
CSS選取器 – 26 偽類 :required 與 :optional
#:required 與 :optional 在CSS中:requi...
CSS選取器 – 25 偽類 表單用偽類選取器 :disabled 與 :enabled
#:disabled 與 :enabled 表單用偽類選取器 目前針...
CSS選取器 – 24 偽類 :nth-of-type() 與 :nth-last-of-type()
#:nth-of-type() 與 :nth-last-of-typ...
CSS選取器 – 23 偽類 :nth-child() 與 :nth-last-child()
#:nth-child() 與 :nth-last-child() ...