:last-child是什么选择器()。A、序号选择器B、首个子元素选择器C、兄弟选择器D、最后一个子元素选择器
:last-child是什么选择器()。
- A、序号选择器
- B、首个子元素选择器
- 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;}
多选题CSS 中的选择器包括()A超文本标记选择器B类选择器C标签选择器DID 选择器