:first-child是什么选择器()。A、子选择器B、首个子元素选择器C、兄弟选择器D、最后一个子元素选择器
:first-child是什么选择器()。
- A、子选择器
- B、首个子元素选择器
- C、兄弟选择器
- D、最后一个子元素选择器
相关考题:
varnode=dataTree.findNode(li:first-child);是什么意思()A、获得id是child的节点对象B、获取first父对象的所有子对象C、获得所有子节点D、获得根节点
下列选择器的优先级正确的是()。A、id选择器优先级>类class选择器优先级>标签选择器优先级B、类class选择器优先级>id选择器优先级>标签选择器优先级C、标签选择器优先级>类class选择器优先级>id选择器优先级D、id选择器优先级>标签选择器优先级>类class选择器优先级
序号伪类选择器语法格式正确的是()。A、li:first-child{color:red;}B、li:last-child(1){color:red;}C、li:nth-child(odd){color:red;}D、li:nth-last-child(5){color:red;}
单选题varnode=dataTree.findNode(li:first-child);是什么意思()A获得id是child的节点对象B获取first父对象的所有子对象C获得所有子节点D获得根节点