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