When you use floating for a two-column, fixed width page layout, you need to a. make sure the body element is wide enough for the columns b. float just the second column element to the right c. make sure the column elements are tall enough for their contents d. float both columns to either the right or left
Answer: Option A : make sure the body element is wide enough for the columns
Explanation: The best practice for when using floating for two column and the widths are fixed is to ensure the body element is wide enough for the separate columns.