Which container query property must be set on an element before its children can be queried?
- A container-type
- B container-query
- C query-type
- D contain-size
Answer
container-type
Setting container-type: inline-size establishes a containment context, allowing @container rules to respond to the element's own width.





