float是CSS中关于定位的属性。

  float有4个值:none, left, right, inherit (继承父元素的float属性值)

  float的姐妹属性:clear

  clear有4个值:both, none, left, right (也可以说有5个:inherit,但在IE中不支持)