CSS Tutorial
Float *Float allows elements to be pushed to the left or right side of it's container, allowing other elements to wrap around it. *Elements are floated horizontally, this means that an element can only be floated left or right, not up or down. *The elements after the floating elemet will flow around it. *The elements before the floating element will not be affected. *The 'clear:left, clear:right, clear:both' property specifies which side of an element other floating elements are not allowed.
Position Static/ Relative / Absolute