Recall & Review
beginner
What are responsive breakpoints in Bootstrap?
Responsive breakpoints are specific screen widths where the layout of a website changes to fit the device better, like switching from a desktop to a mobile view.
Click to reveal answer
beginner
Why do we need responsive breakpoints?
We need responsive breakpoints to make sure websites look good and work well on all devices, from phones to large monitors, improving user experience.
Click to reveal answer
beginner
How does Bootstrap help with responsive breakpoints?
Bootstrap provides predefined classes and grid systems that automatically adjust layout at different breakpoints, making it easy to build responsive sites.
Click to reveal answer
beginner
What happens if a website has no responsive breakpoints?
Without responsive breakpoints, a website might look too big or too small on some devices, causing text to be unreadable or content to be cut off.
Click to reveal answer
intermediate
Name a common Bootstrap breakpoint and its typical device size.
The 'md' breakpoint in Bootstrap usually applies at 768px width, targeting tablets and small laptops.
Click to reveal answer
What is the main purpose of responsive breakpoints?
✗ Incorrect
Responsive breakpoints help adjust the layout so the website fits well on various screen sizes.
Which Bootstrap class prefix is used for the 'small' breakpoint?
✗ Incorrect
Bootstrap uses '.sm-' prefix for small devices, typically starting at 576px width.
What might happen if a website ignores responsive breakpoints?
✗ Incorrect
Ignoring breakpoints can cause layout issues, making the site hard to read or navigate on some screens.
Bootstrap's grid system changes layout based on what?
✗ Incorrect
The grid adjusts columns and layout depending on the screen width at defined breakpoints.
Which device is targeted by Bootstrap's 'lg' breakpoint?
✗ Incorrect
'lg' breakpoint is for large desktops, usually starting at 992px width.
Explain why responsive breakpoints are important for user experience.
Think about how a website looks on your phone versus a big screen.
You got /3 concepts.
Describe how Bootstrap's grid system uses breakpoints to create responsive layouts.
Consider how columns stack or spread out on different devices.
You got /3 concepts.