float 란?
img { float: right; } img { float: left; } img { float: none; }
clear란?
div { clear: right; } div { clear: left; } div { clear: none; }