To control the width of the columns in a multi-column layout, the CSS property used is column-width: ________.
- width
- column-size
- column-width
- column-length
The correct option is column-width. This property specifies the width of the columns in a multi-column layout. It can take values such as length, percentage, or the 'auto' keyword to determine the width of the columns.
Loading...
Related Quiz
- The ________ combinator in CSS targets elements that are placed immediately after a specific element.
- To define variables in LESS, the syntax used is @variableName: ________;.
- Why is it recommended to use external stylesheets instead of inline styles for CSS?
- What's the primary difference between the clip-path and mask properties in CSS?
- What is a key advantage of using SASS Variables over CSS Variables?