109k views
1 vote
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

User Claudod
by
3.1k points

1 Answer

6 votes

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.

User Rubendob
by
3.8k points