In CSS, the ________ property can be used to specify the number of columns in a multi-column layout.
- column-count
- column-number
- column-layout
- column-span
The correct option is column-count. This property defines the number of columns an element should be divided into for a multi-column layout. It specifies the desired number of columns, and the content will automatically flow into these columns.
Loading...
Related Quiz
- What does the CSS rule "ul > li" specifically target?
- Media queries using the orientation feature can detect if the device is in ______ or ______ mode.
- In the context of CSS best practices, what is the advantage of using shorthand properties?
- What is the difference between using em and rem units for font-sizing in CSS?
- You're tasked with creating a spinner loader animation that rotates 360 degrees indefinitely. How would you define this in the @keyframes rule?