Should i give float
to every element or to just need to give to first element ? if i want to set all element horizontally.
element-1-fixed-width element-2-no-width-defined element-3-fixed-width element-4-fixed-width
or i should set float:left
to some element and float:right
to some element?