1.

Which of the following changes order of the grid columns?(a) .col-*-pull-*(b) .col-*-offset-*(c) .col-*-push-*(d) .collapseThis question was addressed to me during an interview for a job.This question is from Responsive Overview topic in portion Advance HTML of HTML

Answer»

Correct ANSWER is (a) .col-*-pull-*

The explanation: .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.



Discussion

No Comment Found

Related InterviewSolutions