单项选择题

下面哪个属性不会让 div 脱离文档流(normal flow)?()

A.position: absolute;
B.position: fixed;
C.position: relative;
D.float: left;