1.

Which of the property is not used for positioning columns next to each other?(a) float(b) width(c) margin(d) borderThe question was asked in an interview for job.Query is from Specifying Bullet Point Styles, CSS Image Alignment, ID and Class topic in section Layout & Images of CSS

Answer»

The correct answer is (d) border

The explanation: Many WEB pages USED multiple columns in their design. The three CSS properties are used to position columns next to each other. Width, margin, and FLOAT. Width sets the width of the column, float positions columns next to each other, margin creates a gap between columns.



Discussion

No Comment Found

Related InterviewSolutions