单项选择题
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可以等价于:nth-child(1)C.所有的伪类选择器都是针对表单元素的D.:first-child跟:first-of-type是完全等价的