设置超链接a在其链接地址已被访问过时的样式的选择符是()
A. E:link
B. E:visited
C. E:hover
D. E:active
查看答案
设置元素在其鼠标悬停时的样式的选择符是()
A. E:link
B. E:visited
C. E:hover
D. E:active
设置元素在被用户激活(在鼠标点击与释放之间发生的事件)时的样式的选择符是()
A. E:link
B. E:visited
C. E:hover
D. E:active
匹配父元素的第一个子元素E的选择符是()
A. E:first-child
B. E:last-child
C. E:only-child
D. E:nth-child(n)
匹配父元素的最后一个子元素E的选择符是()
A. E:first-child
B. E:last-child
C. E:only-child
D. E:nth-child(n)