-
Which class is a container for responsive columns?
-
- .row
- .show
- .small
- .sr-only
- None of these
Correct Option: A
.row class is for container for responsive columns, .small creates a lighter, secondary text in any heading, .sr-only hides an element on all devices except for screen readers, .show class shows an element.