在html的css中,在网页中有一个id为content的div,下面( )正确设置它的宽度为200像素,高度为100像素,并且向左浮动
#content{width:200px;height:100px;float:left;}
#content{width:100px;height:200px;clear:left;}
#content{width:200px;height:100px;clear:left;}
#content{width:100px;height:200px;float:left;}