Home / Programming MCQs / Bootstrap MCQs / Question

S

Santosh Mishra • 1.61K Points
Master

Q. How many columns are used for grid system by bootstrap?

(A) 11
(B) 12
(C) 14
(D) 16
Explanation by: Santosh Mishra
Bootstrap uses 12 columns of the grid system. Every column is defined with classes ranging from span1 to span12. After adding several columns, the sum of our span classes should be equal to 12. Columns should be wrapped within <div> element.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.