如何清除ul的浮动( )
A. ul li:last-child{clear:both}
B. ul:after{content:"";clear:both;display:block}
C. ul{clear:both}
D. ul:before{content:"";clear:both;display:block}
input标签的值是用哪个属性来描述的( ) 。
A. type
B. disabled
C. id
D. value
以下这段代码的作用是( )@media screen and (min-width:960px) and (max-width:1200px){ body{ background:yellow; } }
A. 是当宽度大于960px小于1200px的时候body的背景色为yellow
B. 是当宽度大于960px的时候body的背景色为yellow
C. 以上写法都不正确
D. 是当宽度小于1200px的时候body的背景色为yellow