A. B. green C. rgb(0,255,0) D. rgba(0,255,0,1) E. green
A. margin-left B. padding-left C. left D. translateX
A. ul li:nth-child(2n+1); B. ul li:nth-of-type(2n-1); C. ul li:nth-of-type(2n+1); D. ul li:nth-child(2x+1);
A. 18 B. 153 C. NaN D. undefined
A. true B. undefined C. 报错 D. false