单项选择题
A.E[att]B.E[att="val"]C.E[att~="val"]D.E[att^="val"]
选择具有att属性且属性值为以val开头的字符串的E元素的选择器是哪个()A.E[att]B.E[att="v...
单项选择题选择具有att属性且属性值为以val开头的字符串的E元素的选择器是哪个()
设置表单默认被选中的属性是哪个()A.enable=enableB.disabled=disabledC.ch...
单项选择题设置表单默认被选中的属性是哪个()
A.enable=enableB.disabled=disabledC.checked=checkedD.E[att^="val"]
在以下选择器中可以指定选择第几个元素的选择器是()A.E:first-childB.E:nth-child(n...
多项选择题在以下选择器中可以指定选择第几个元素的选择器是()
A.E:first-childB.E:nth-child(n)C.E:nth-of-type(n)D.E:last-child