0
0
Bootsrapmarkup~5 mins

Column sizing (col-1 through col-12) in Bootsrap - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does col-6 mean in Bootstrap grid?
It means the column will take up 6 out of 12 parts of the row width, so half the row.
Click to reveal answer
beginner
How many total columns does Bootstrap's grid system have?
Bootstrap's grid system has 12 columns in total.
Click to reveal answer
beginner
What happens if you add three col-4 columns in one row?
They will each take 4 parts, so together they fill the entire 12-column row equally.
Click to reveal answer
intermediate
Can you use col-1 to col-12 classes together in one row?
Yes, you can mix different column sizes as long as their total does not exceed 12.
Click to reveal answer
beginner
What is the visual effect of using col-12 on a column?
The column will stretch across the entire row width, taking all 12 parts.
Click to reveal answer
In Bootstrap, what does col-3 represent?
AA column that takes 6/12 of the row width
BA column that takes 3/12 of the row width
CA column that takes 9/12 of the row width
DA column that takes the full row width
How many col-4 columns fit exactly in one Bootstrap row?
A3
B2
C4
D6
What happens if column sizes in a row add up to more than 12?
AColumns wrap to the next line
BColumns shrink automatically
CColumns overlap each other
DThe row breaks and shows an error
Which class makes a column take the full width of the row?
Acol-1
Bcol-6
Ccol-12
Dcol-4
Can you mix col-2 and col-10 in the same row?
ANo, columns must be the same size
BYes, but only if they add up to more than 12
CNo, only multiples of 3 are allowed
DYes, if their total is 12 or less
Explain how Bootstrap's column sizing works using col-1 through col-12 classes.
Think of dividing a pizza into 12 slices.
You got /4 concepts.
    Describe what happens visually when you use three col-4 columns in one Bootstrap row.
    Imagine three equal boxes side by side filling a shelf.
    You got /4 concepts.