设置网页元素浮动方式的样式属性float的取值方式有:
A: left
B: right
C: both
D: none
A: left
B: right
C: both
D: none
举一反三
- float属性的取值,哪个用于设置对象向左浮动? A: none B: left C: right D: both
- float属性的()属性值可以设置元素向左浮动? A: left B: right C: none D: both
- 设置CSS属性float的值为()时可取消元素的浮动。 A: none B: left C: right D: both
- ()设置盒子左浮动。 A: float:left B: float:right C: float:both D: float:none
- 在CSS中,给元素设置左浮动,应该设置()属性 A: float:none; B: float:left; C: float:right; D: clear:left;