A.p元素内的em元素为蓝色
B.p元素内的元素为蓝色
C.em元素内的p元素为蓝色
D.em元素内的元素为蓝色
A.h1,p
B.h1 p
C.h1+p
D.h1>p
A.ul li{color:blue;}
B.li li{color:blue;}
C.li>li{color:blue;}
D.li+li{color:blue;}
A.a:link{color:red;}
B.a:hover{color:red;}
C.a:visited{color:red;}
D.a:active{color:red;}
A.a:link,a:visited,a:hover,a:active
B.a:hover,a:link,a:visited,a:active
C.a:link,a:hover,a:visited,a:active
D.a:active,a:link,a:hover ,a:visited
A.p:first-line
B.p:first
C.p:firstline
D.p:first-letter
A.a:href
B.a.href
C.[href]
D.a[href]
A.元素选择器
B.ID选择器
C.类选择器
D.后代选择器
A.ul>li{background:blue;}
B.ul>li:last-child{background:blue;}
C.ul>li:first-child{background:blue;}
D.ul>li:only-child{background:blue;}
A.border
B.font-style
C.text-align
D.list-style