A.background-color:linear-gradient(to right,blue,yellow);B.background:linear-gradient(to left,blue,yellow);C.background-color:linear-gradient(to left,yellow,blue);D.background:linear-gradient(to right,blue,yellow);
A.:disabledB.enabledC.::selectionD.read-only
A.:root選擇器選中的是頁面中的body元素B.:first-child可以等價(jià)于:nth-child(1)C.所有的偽類選擇器都是針對(duì)表單元素的D.:first-child跟:first-of-type是完全等價(jià)的