Home » HTML » Html miscellaneous » Question
  1. Which of the following changes order of the grid columns?
    1. .col-*-push-*
    2. .collapse
    3. .col-*-pull-*
    4. .col-*-offset-*
    5. None of these
Correct Option: C

.col-*-pull-* changes order of the grid column, .col-*-offset-* moves columns to the right, these classes increase left margin of a column by * columns, .col-*-push-* changes order of the grid columns, .collapse indicates collapsible content.



Your comments will be displayed only after manual approval.