单项选择题

在网页中,有一个id为content的div,下面()可以正确设置它的宽度为200px,高度为100px,并且向左浮动。

A.#content{width:100px;height:200px;clear:left;}
B.#content{width:200px;height:100px;clear:left;}
C.#content{width:100px;height:200px;float:left;}
D.#content{width:200px;height:100px;float:left;}