单项选择题
在网页中有一个id为content的div,下面( )正确设置它的宽度为200像素,高度为100像素,并且向左浮动
A.
#content{width:200px;height:100px;float:left;}
B.
#content{width:100px;height:200px;clear:left;}
C.
#content{width:200px;height:100px;clear:left;}
D.
#content{width:100px;height:200px;float:left;}