1. 增加浮动:float;有2个属性值;left左浮动,right右浮动;
  2. 清除浮动:cleart:有3个属性值:left清除左浮动,right清除右浮动,both清除所有浮动;
  3. 边框:border:有3个并列属性值,分别是宽地,样式(实线和虚线),颜色,并且可以和上top,下bottom,左left,右right联合使用
  4. 外边距:margin;根据要调整的外边距距离,可以填写数字加PX,并且可以和top,bottom,left,right连贯使用
  5. 内边距:padding;根据要调整的内边距距离,可以填写数字加PX,并且可以和top,bottom,left,right连贯使用
    DIV1
    DIV2

    DIV3

    DIV4
    DIV5